Home
last modified time | relevance | path

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

/u-boot/fs/yaffs2/
A Dyportenv.h285 #define X_OK 1 macro
A Dyaffsfs.c2249 if (amode & ~(R_OK | W_OK | X_OK)) { in yaffs_access()
2274 if ((amode & X_OK) && !(obj->yst_mode & S_IEXEC)) in yaffs_access()
/u-boot/test/py/tests/test_fs/
A Dconftest.py189 if os.path.isfile(fn) and os.access(fn, os.X_OK):
/u-boot/test/py/
A Dconftest.py498 if os.path.isfile(fn) and os.access(fn, os.X_OK):

Completed in 11 milliseconds