/openbmc/linux/tools/lib/subcmd/ |
H A D | pager.c | 84 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 D | qemu-oe-bridge-helper.c | 15 if (access(path, X_OK) == 0) { in try_program()
|
/openbmc/u-boot/fs/yaffs2/ |
H A D | yportenv.h | 284 #define X_OK 1 macro
|
/openbmc/linux/tools/testing/selftests/exec/ |
H A D | non-regular.c | 63 if (access(paths[i], X_OK) == 0) { in setup_link()
|
/openbmc/linux/tools/perf/tests/ |
H A D | builtin-test-list.c | 94 if (access(path, R_OK | X_OK) == 0) /* Is executable */ in is_shell_script()
|
/openbmc/qemu/bsd-user/ |
H A D | bsdload.c | 138 if (access(candidate, X_OK) == 0 && stat(candidate, &fin) == 0 && in is_there()
|
/openbmc/linux/arch/um/drivers/ |
H A D | xterm.c | 97 if (access(argv[4], X_OK) < 0) in xterm_open()
|
H A D | port_user.c | 183 err = os_access(argv[2], X_OK); in port_connection()
|
/openbmc/qemu/tests/avocado/ |
H A D | acpi-bits.py | 67 if os.path.exists(p) and os.access(p, os.X_OK): 259 os.R_OK | os.W_OK | os.X_OK))
|
H A D | ppc_hv_tests.py | 28 if os.path.exists(p) and os.access(p, os.X_OK):
|
/openbmc/linux/tools/hv/ |
H A D | hv_vss_daemon.c | 78 if (!access(buffer, R_OK | X_OK)) { in is_dev_loop()
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | testenv.py | 38 return os.path.isfile(path) and os.access(path, os.X_OK)
|
H A D | testrunner.py | 251 if not os.access(str(f_test), os.X_OK):
|
/openbmc/u-boot/test/py/tests/test_fs/ |
H A D | conftest.py | 179 if os.path.isfile(fn) and os.access(fn, os.X_OK):
|
/openbmc/linux/fs/hostfs/ |
H A D | hostfs_user.c | 66 mode |= X_OK; in access_file()
|
/openbmc/qemu/tests/avocado/avocado_qemu/ |
H A D | __init__.py | 92 return os.path.isfile(path) and os.access(path, os.R_OK | os.X_OK)
|
/openbmc/u-boot/test/py/ |
H A D | conftest.py | 472 if os.path.isfile(fn) and os.access(fn, os.X_OK):
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | main.py | 356 if sys.platform.startswith('linux') and not os.access('/dev/shm', os.W_OK | os.X_OK):
|
/openbmc/qemu/scripts/ |
H A D | device-crash-test | 395 f.is_file() and os.access(f, os.X_OK)]
|
/openbmc/linux/arch/um/os-Linux/ |
H A D | file.c | 77 (mode & OS_ACC_X_OK ? X_OK : 0) | in os_access()
|
/openbmc/openbmc/poky/meta/lib/oe/package_manager/ |
H A D | __init__.py | 228 if script == "postinst_intercept" or not os.access(script_full, os.X_OK):
|
/openbmc/linux/tools/perf/util/ |
H A D | build-id.c | 760 if (access(linkname, X_OK) && mkdir_p(linkname, 0755)) in build_id_cache__add()
|
/openbmc/qemu/tests/qtest/ |
H A D | vhost-user-blk-test.c | 804 access(qemu_storage_daemon_bin, X_OK) != 0) { in qtest_qemu_storage_daemon_binary()
|
H A D | vhost-user-test.c | 541 if (access(path, R_OK | W_OK | X_OK)) { in init_hugepagefs()
|
/openbmc/qemu/net/ |
H A D | slirp.c | 948 if (access(exported_dir, R_OK | X_OK)) { in slirp_smb()
|