Searched refs:OS_ACC_F_OK (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/arch/um/include/shared/ | ||
D | os.h | 25 #define OS_ACC_F_OK 0 /* Test for existence. */ macro |
/linux-4.1.27/arch/um/os-Linux/ | ||
D | file.c | 71 (mode & OS_ACC_F_OK ? F_OK : 0); in os_access() |