Home
last modified time | relevance | path

Searched refs:F_OK (Results 1 – 7 of 7) sorted by relevance

/xnu-12377.41.6/bsd/sys/
H A Dunistd.h89 #define F_OK 0 /* test for existence of file */ macro
/xnu-12377.41.6/tools/lldbmacros/core/
H A Dxnu_lldb_init.py147 if os.access(builtinkexts_path, os.F_OK):
/xnu-12377.41.6/tests/vm_memory_tests_src/
H A Dcommon.c18 if (0 != access(TEST_TXT_FILE, F_OK)) { in mach_server_data_setup()
/xnu-12377.41.6/tools/tests/perf_index/
H A Dperf_index.c72 if (access(test_path, F_OK) == 0) { in find_test()
/xnu-12377.41.6/tests/
H A Dposix_sem.c148 if (access(test_path, F_OK) == 0) { in find_helper()
/xnu-12377.41.6/tests/vfs/
H A Dlongpaths.c319 int rc = access(path, F_OK); in test_access()
333 int rc = faccessat(AT_FDCWD, path, F_OK, 0); in test_faccessat()
/xnu-12377.41.6/bsd/vfs/
H A Dvfs_syscalls.c7316 if (amode == F_OK) { in faccessat_internal()