Home
last modified time | relevance | path

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

12

/openbmc/linux/tools/lib/subcmd/
H A Dpager.c84 if (!(pager || access("/usr/bin/pager", X_OK))) in setup_pager()
86 if (!(pager || access("/usr/bin/less", X_OK))) in setup_pager()
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu-helper/
H A Dqemu-oe-bridge-helper.c15 if (access(path, X_OK) == 0) { in try_program()
/openbmc/u-boot/fs/yaffs2/
H A Dyportenv.h284 #define X_OK 1 macro
/openbmc/linux/tools/testing/selftests/exec/
H A Dnon-regular.c63 if (access(paths[i], X_OK) == 0) { in setup_link()
/openbmc/linux/tools/perf/tests/
H A Dbuiltin-test-list.c94 if (access(path, R_OK | X_OK) == 0) /* Is executable */ in is_shell_script()
/openbmc/qemu/bsd-user/
H A Dbsdload.c138 if (access(candidate, X_OK) == 0 && stat(candidate, &fin) == 0 && in is_there()
/openbmc/linux/arch/um/drivers/
H A Dxterm.c97 if (access(argv[4], X_OK) < 0) in xterm_open()
H A Dport_user.c183 err = os_access(argv[2], X_OK); in port_connection()
/openbmc/qemu/tests/avocado/
H A Dacpi-bits.py67 if os.path.exists(p) and os.access(p, os.X_OK):
259 os.R_OK | os.W_OK | os.X_OK))
H A Dppc_hv_tests.py28 if os.path.exists(p) and os.access(p, os.X_OK):
/openbmc/linux/tools/hv/
H A Dhv_vss_daemon.c78 if (!access(buffer, R_OK | X_OK)) { in is_dev_loop()
/openbmc/qemu/tests/qemu-iotests/
H A Dtestenv.py38 return os.path.isfile(path) and os.access(path, os.X_OK)
H A Dtestrunner.py251 if not os.access(str(f_test), os.X_OK):
/openbmc/u-boot/test/py/tests/test_fs/
H A Dconftest.py179 if os.path.isfile(fn) and os.access(fn, os.X_OK):
/openbmc/linux/fs/hostfs/
H A Dhostfs_user.c66 mode |= X_OK; in access_file()
/openbmc/qemu/tests/avocado/avocado_qemu/
H A D__init__.py92 return os.path.isfile(path) and os.access(path, os.R_OK | os.X_OK)
/openbmc/u-boot/test/py/
H A Dconftest.py472 if os.path.isfile(fn) and os.access(fn, os.X_OK):
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dmain.py356 if sys.platform.startswith('linux') and not os.access('/dev/shm', os.W_OK | os.X_OK):
/openbmc/qemu/scripts/
H A Ddevice-crash-test395 f.is_file() and os.access(f, os.X_OK)]
/openbmc/linux/arch/um/os-Linux/
H A Dfile.c77 (mode & OS_ACC_X_OK ? X_OK : 0) | in os_access()
/openbmc/openbmc/poky/meta/lib/oe/package_manager/
H A D__init__.py228 if script == "postinst_intercept" or not os.access(script_full, os.X_OK):
/openbmc/linux/tools/perf/util/
H A Dbuild-id.c760 if (access(linkname, X_OK) && mkdir_p(linkname, 0755)) in build_id_cache__add()
/openbmc/qemu/tests/qtest/
H A Dvhost-user-blk-test.c804 access(qemu_storage_daemon_bin, X_OK) != 0) { in qtest_qemu_storage_daemon_binary()
H A Dvhost-user-test.c541 if (access(path, R_OK | W_OK | X_OK)) { in init_hugepagefs()
/openbmc/qemu/net/
H A Dslirp.c948 if (access(exported_dir, R_OK | X_OK)) { in slirp_smb()

12