Home
last modified time | relevance | path

Searched refs:R_OK (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/fs/yaffs2/
H A Dyportenv.h281 #ifndef R_OK
282 #define R_OK 4 macro
H A Dyaffsfs.c2248 if (amode & ~(R_OK | W_OK | X_OK)) { in yaffs_access()
2269 if ((amode & R_OK) && !(obj->yst_mode & S_IREAD)) in yaffs_access()