Home
last modified time | relevance | path

Searched refs:R_OK (Results 1 – 25 of 64) sorted by relevance

123

/openbmc/qemu/system/
H A Ddatadir.c40 if (access(name, R_OK) == 0) { in qemu_find_file()
58 if (access(buf, R_OK) == 0) { in qemu_find_file()
/openbmc/u-boot/fs/yaffs2/
H A Dyportenv.h281 #ifndef R_OK
282 #define R_OK 4 macro
/openbmc/qemu/tests/functional/
H A Dtest_acpi_bits.py177 config_file), os.R_OK))
258 os.R_OK | os.W_OK | os.X_OK))
282 self.assertTrue(os.access(iso_file, os.R_OK))
361 self.assertTrue(os.access(iso_file, os.R_OK))
/openbmc/openbmc/poky/meta/lib/oe/
H A Dpackagedata.py16 return os.access(get_subpkgedata_fn(pkg, d) + '.packaged', os.R_OK)
25 if os.access(fn, os.R_OK):
41 return os.access(get_subpkgedata_fn(pkg, d), os.R_OK)
48 return os.access(fn, os.R_OK)
H A Dpackage.py38 if not os.access(file, os.W_OK) or os.access(file, os.R_OK):
824 if not os.access(file, os.W_OK) or os.access(file, os.R_OK):
866 if not os.access(file, os.W_OK) or os.access(file, os.R_OK):
1241 if os.access(ftarget, os.R_OK):
1244 if not os.access(fpath, os.R_OK):
1251 if os.access(ftarget, os.R_OK):
1254 if not os.access(fpath, os.R_OK):
1875 if not os.access(file, os.R_OK):
1938 if os.access(depsfile, os.R_OK):
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A Dcvs.py115 if os.access(os.path.join(moddir, 'CVS'), os.R_OK):
132 if not os.access(moddir, os.R_OK):
H A Dhg.py160 if os.access(os.path.join(ud.moddir, '.hg'), os.R_OK):
250 if not os.access(os.path.join(codir, '.hg'), os.R_OK):
H A Drepo.py49 if os.access(os.path.join(d.getVar("DL_DIR"), ud.localfile), os.R_OK):
H A Dbzr.py75 if os.access(os.path.join(ud.pkgdir, os.path.basename(ud.pkgdir), '.bzr'), os.R_OK):
H A Dosc.py116 if os.access(ud.moddir, os.R_OK):
H A Dsvn.py130 if os.access(os.path.join(ud.moddir, '.svn'), os.R_OK):
/openbmc/qemu/python/qemu/utils/
H A Daccel.py66 if not os.access("/dev/kvm", os.R_OK | os.W_OK):
/openbmc/linux/tools/perf/util/
H A Dfncache.c60 res = access(name, R_OK) == 0; in file_available()
H A Ddlfilter.c343 if (!access(file, R_OK)) { in find_dlfilter()
358 if (!access(path, R_OK)) in find_dlfilter()
/openbmc/phosphor-power/phosphor-regulators/tools/
H A Dvalidate-regulators-config.py404 if not os.access(args.schema_file, os.R_OK):
416 if not os.access(args.configuration_file, os.R_OK):
/openbmc/qemu/tests/unit/
H A Dtest-crypto-tlscredsx509.c89 if (access(data->cacrt, R_OK) == 0) { in test_tls_creds()
94 if (access(data->crt, R_OK) == 0) { in test_tls_creds()
101 if (access(data->crt, R_OK) == 0) { in test_tls_creds()
/openbmc/linux/arch/um/os-Linux/
H A Dsigio.c537 if ((access("/dev/ptmx", R_OK) < 0) && in check_sigio()
538 (access("/dev/ptyp0", R_OK) < 0)) { in check_sigio()
H A Dfile.c75 amode = (mode & OS_ACC_R_OK ? R_OK : 0) | in os_access()
170 err = access(file, R_OK); in os_file_mode()
/openbmc/linux/tools/perf/tests/
H A Ddlfilter-test.c232 if (access(path, R_OK)) { in get_dlfilters_path()
238 if (access(path, R_OK)) in get_dlfilters_path()
H A Dbuiltin-test-list.c94 if (access(path, R_OK | X_OK) == 0) /* Is executable */ in is_shell_script()
/openbmc/linux/arch/um/drivers/
H A Dpty.c100 err = access(line, R_OK | W_OK); in getmaster()
/openbmc/qemu/tests/functional/qemu_test/
H A Dcmd.py79 return os.path.isfile(path) and os.access(path, os.R_OK | os.X_OK)
/openbmc/obmc-console/
H A Dconfig.c76 if (access(filename, R_OK) == 0) { in config_init()
/openbmc/qemu/crypto/
H A Dtlscredsx509.c481 access(certFile, R_OK) == 0) { in qcrypto_tls_creds_x509_sanity_check()
489 if (access(cacertFile, R_OK) == 0) { in qcrypto_tls_creds_x509_sanity_check()
/openbmc/linux/tools/hv/
H A Dhv_vss_daemon.c78 if (!access(buffer, R_OK | X_OK)) { in is_dev_loop()

123