Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/fs/yaffs2/
H A Dyportenv.h284 #define X_OK 1 macro
H A Dyaffsfs.c2248 if (amode & ~(R_OK | W_OK | X_OK)) { in yaffs_access()
2273 if ((amode & X_OK) && !(obj->yst_mode & S_IEXEC)) in yaffs_access()