Searched refs:has_dir (Results 1 – 1 of 1) sorted by relevance
159 int has_dir = mkdir ("doesExist", 0777) == 0; in do_test() local161 int fd = has_dir ? creat ("doesExist/someFile", 0777) : -1; in do_test()220 if (has_dir) in do_test()
Completed in 4 milliseconds