Searched refs:F_OK (Results 1 – 2 of 2) sorted by relevance
141 TEST_COMPARE (access (probe_file_path, F_OK), -1); in do_test()204 TEST_COMPARE (access (probe_file_path, F_OK), 0); in do_test()
284 #define F_OK 0 /* Test for existence. */ macro
Completed in 6 milliseconds