Searched refs:X_OK (Results 1 - 5 of 5) sorted by relevance

/u-boot/fs/yaffs2/
H A Dyportenv.h285 #define X_OK 1 macro
H A Dyaffsfs.c2249 if (amode & ~(R_OK | W_OK | X_OK)) {
2274 if ((amode & X_OK) && !(obj->yst_mode & S_IEXEC))
/u-boot/tools/u_boot_pylib/
H A Dtools.py400 if os.path.isfile(fname) and os.access(fname, os.X_OK):
/u-boot/test/py/
H A Dconftest.py540 if os.path.isfile(fn) and os.access(fn, os.X_OK):
/u-boot/test/py/tests/test_fs/
H A Dconftest.py155 if os.path.isfile(fn) and os.access(fn, os.X_OK):

Completed in 71 milliseconds