HomeSort by relevance Sort by last modified time
    Searched refs:R_OK (Results 101 - 125 of 176) sorted by null

1 2 3 45 6 7 8

  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
mount_mem.cc 87 if (((a_mode & R_OK) && !(obj_mode & S_IREAD)) ||
  /external/chromium_org/third_party/WebKit/Source/web/linux/
WebFontInfo.cpp 100 if (access(reinterpret_cast<char*>(cFilename), R_OK))
  /external/chromium_org/third_party/skia/src/fonts/
SkFontMgr_fontconfig.cpp 65 if (access(c_filename, R_OK) != 0) {
  /external/qemu/
os-win32.c 220 if (access(buf, R_OK) == 0) {
  /external/skia/src/fonts/
SkFontMgr_fontconfig.cpp 65 if (access(c_filename, R_OK) != 0) {
  /external/valgrind/main/coregrind/
launcher-linux.c 105 if (access(fullname, R_OK|X_OK) == 0)
  /frameworks/native/opengl/libs/EGL/
Loader.cpp 320 if (!access(absolutePath.string(), R_OK)) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pep277.py 173 os.access(filename,os.R_OK)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pep277.py 173 os.access(filename,os.R_OK)
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io_test/
mount_http_test.cc 397 ASSERT_EQ(0, mnt_->Access(Path(path_), R_OK));
417 ASSERT_EQ(ENOENT, mnt_->Access(Path(path_), R_OK));
  /external/chromium_org/third_party/openssl/openssl/
e_os.h 358 # ifndef R_OK
359 # define R_OK 4
  /external/openssl/
e_os.h 358 # ifndef R_OK
359 # define R_OK 4
  /external/oprofile/opcontrol/
opcontrol.cpp 479 if (access(fullname, R_OK) != 0) {
552 if (access(OP_DATA_DIR"/samples/current", R_OK) == 0)
  /hardware/libhardware_legacy/wifi/
wifi.c 282 ret = access(SUPP_ENTROPY_FILE, R_OK|W_OK);
407 ret = access(config_file, R_OK|W_OK);
  /dalvik/vm/native/
dalvik_system_DexFile.cpp 484 if (access(name, R_OK) != 0) {
  /external/chromium_org/content/gpu/
gpu_main.cc 240 if (access("/dev/nvidiactl", R_OK) != 0) {
  /external/chromium_org/third_party/libxml/src/
check-xml-test-suite.py 304 if os.access(URI, os.R_OK) == 0:
  /external/chromium_org/sandbox/linux/seccomp-bpf/
sandbox_bpf_unittest.cc 736 BPF_ASSERT(broker_process->Access("/proc/denied", R_OK) == -EPERM);
738 BPF_ASSERT(broker_process->Access("/proc/allowed", R_OK) == -ENOENT);
756 BPF_ASSERT(access("/proc/denied", R_OK) == -1);
759 BPF_ASSERT(access("/proc/allowed", R_OK) == -1);
763 int cpu_info_access = access("/proc/cpuinfo", R_OK);
    [all...]
  /system/core/sdcard/
sdcard.c 830 if (!check_caller_access_to_name(fuse, hdr, parent_node, name, R_OK, false)) {
871 if (!check_caller_access_to_node(fuse, hdr, node, R_OK, false)) {
    [all...]
  /system/security/keystore/
keystore.cpp 640 if (access(mMasterKeyFile, R_OK) == 0) {
    [all...]
  /external/mksh/src/
exec.c 1097 tp->u.fpath = search_path(name, fpath, R_OK,
1141 (npath.ro = search_path(name, fpath, R_OK,
1204 /* R_OK or X_OK */
1346 X_OK | ((iop->flag & IORDUP) ? R_OK : W_OK),
    [all...]
  /device/asus/flo/conn_init/
wfc_util_fctrl.c 552 * access_mode : R_OK | W_OK | X_OK | F_OK
593 if (access(pDestFName, R_OK|W_OK) == 0) {
  /device/lge/mako/conn_init/
wfc_util_fctrl.c 552 * access_mode : R_OK | W_OK | X_OK | F_OK
593 if (access(pDestFName, R_OK|W_OK) == 0) {
  /libcore/luni/src/main/java/java/io/
File.java 268 return doAccess(R_OK);
    [all...]
  /external/blktrace/btreplay/
btreplay.c 967 if (access(full_name, R_OK) != 0)
    [all...]

Completed in 544 milliseconds

1 2 3 45 6 7 8