Searched refs:F_OK (Results 1 – 7 of 7) sorted by relevance
89 #define F_OK 0 /* test for existence of file */ macro
147 if os.access(builtinkexts_path, os.F_OK):
18 if (0 != access(TEST_TXT_FILE, F_OK)) { in mach_server_data_setup()
72 if (access(test_path, F_OK) == 0) { in find_test()
148 if (access(test_path, F_OK) == 0) { in find_helper()
319 int rc = access(path, F_OK); in test_access()333 int rc = faccessat(AT_FDCWD, path, F_OK, 0); in test_faccessat()
7316 if (amode == F_OK) { in faccessat_internal()