Searched refs:R_OK (Results 26 - 50 of 67) sorted by relevance

123

/external/blktrace/btreplay/
H A Dbtrecord.c344 if (access(full_name, R_OK) != 0)
399 if (access(idir, R_OK | X_OK) != 0) {
408 if (access(odir, R_OK | X_OK) != 0) {
H A Dbtreplay.c967 if (access(full_name, R_OK) != 0)
1481 if (access(idir, R_OK | X_OK) != 0) {
/external/qemu/android/utils/
H A Dpath.c259 return HANDLE_EINTR(access(path, R_OK)) == 0;
524 if ( access(source, R_OK) < 0 ) {
/external/chromium_org/third_party/WebKit/Source/platform/exported/linux/
H A DWebFontInfo.cpp206 if (access(reinterpret_cast<char*>(cFilename), R_OK))
/external/e2fsprogs/resize/
H A Donline.c101 if ((access("/sys/fs/ext4/features/meta_bg_resize", R_OK) != 0) ||
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dconfig.c412 if (perf_config_system() && !access(perf_etc_perfconfig(), R_OK)) {
H A Dmachine.c196 if (access(path, R_OK)) {
597 ret = access(path, R_OK);
/external/openssl/
H A De_os.h358 # ifndef R_OK
359 # define R_OK 4 macro
/external/oprofile/opcontrol/
H A Dopcontrol.cpp479 if (access(fullname, R_OK) != 0) {
552 if (access(OP_DATA_DIR"/samples/current", R_OK) == 0)
/external/chromium_org/sandbox/linux/seccomp-bpf-helpers/
H A Dbaseline_policy_unittest.cc203 int sys_ret = access("/proc/cpuinfo", R_OK);
/external/chromium_org/third_party/libxml/src/
H A Dcheck-xml-test-suite.py304 if os.access(URI, os.R_OK) == 0:
/external/chromium_org/third_party/skia/src/fonts/
H A DSkFontMgr_fontconfig.cpp100 if (access(c_filename, R_OK) != 0) {
/external/skia/src/fonts/
H A DSkFontMgr_fontconfig.cpp105 if (access(c_filename, R_OK) != 0) {
/external/valgrind/main/coregrind/
H A Dlauncher-linux.c116 if (access(fullname, R_OK|X_OK) == 0)
/external/mksh/src/
H A Dexec.c1107 tp->u.fpath = search_path(name, fpath, R_OK,
1149 (npath.ro = search_path(name, fpath, R_OK,
1212 /* R_OK or X_OK */
1355 X_OK | ((iop->flag & IORDUP) ? R_OK : W_OK),
H A Dfuncs.c258 if (p && access(p, R_OK) < 0)
1755 if ((file = search_path(cp, path, R_OK, &errcode)) == NULL) {
1850 if ((fd = coproc_getfd(R_OK, &ccp)) < 0) {
1874 else if ((fd = check_fd(builtin_opt.optarg, R_OK, &ccp)) < 0) {
2981 return (access(opnd1, R_OK) == 0);
H A Dmain.c1474 ((mode & R_OK) && fl != O_RDONLY) ||
1538 int fd = (mode & R_OK) ? coproc.read : coproc.write;
/external/chromium_org/content/gpu/
H A Dgpu_main.cc432 if (access("/dev/nvidiactl", R_OK) != 0) {
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
H A Dhttp_fs_test.cc388 ASSERT_EQ(ENOENT, fs.Open(Path("/blah"), R_OK, &node));
/external/chromium_org/sandbox/linux/bpf_dsl/
H A Dbpf_dsl_more_unittest.cc850 BPF_ASSERT(broker_process->Access("/proc/denied", R_OK) == -EPERM);
852 BPF_ASSERT(broker_process->Access("/proc/allowed", R_OK) == -ENOENT);
870 BPF_ASSERT(access("/proc/denied", R_OK) == -1);
873 BPF_ASSERT(access("/proc/allowed", R_OK) == -1);
877 int cpu_info_access = access("/proc/cpuinfo", R_OK);
/external/chromium_org/third_party/skia/src/ports/
H A DSkFontConfigInterface_direct.cpp345 if (access(c_filename, R_OK) != 0) {
/external/iputils/ninfod/
H A Dninfod.c462 if (!access(opt_p, R_OK)) {
/external/skia/src/ports/
H A DSkFontConfigInterface_direct.cpp339 if (access(c_filename, R_OK) != 0) {
/external/openssl/apps/
H A Dca.c96 # define R_OK 4 macro
869 if (access(outdir,R_OK|W_OK|X_OK) != 0)
871 if (_access(outdir,R_OK|W_OK|X_OK) != 0)
/external/qemu/
H A Dvl-android.c1545 if (access(buf, R_OK) == 0) {
1598 if (access(buf, R_OK)) {
1612 && access(name, R_OK) == 0) {

Completed in 1030 milliseconds

123