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