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

1 2 3 4 5 6 78 9

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
probe-event.c 376 if (access(raw_path, R_OK) == 0) {
391 if (access(*new_path, R_OK) == 0)
    [all...]
annotate.c 897 access(symfs_filename, R_OK)) {
    [all...]
  /bootable/recovery/
recovery.cpp 713 if ((ensure_path_mounted(filename) != 0) || (access(filename, R_OK) == -1)) {
    [all...]
  /external/bison/darwin-lib/
unistd.h 546 # define R_OK 4
    [all...]
  /external/bison/lib/
unistd.in.h 234 # define R_OK 4
    [all...]
  /external/bison/linux-lib/
unistd.h 546 # define R_OK 4
    [all...]
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
js_fs_test.cc 522 int a_mode = R_OK | W_OK | X_OK;
  /external/e2fsprogs/misc/
fsck.c 1129 if (access("/proc/partitions", R_OK) < 0) {
e4defrag.c     [all...]
mke2fs.c     [all...]
  /external/valgrind/main/include/vki/
vki-darwin.h 730 #define VKI_R_OK R_OK
  /libcore/luni/src/main/native/
android_system_OsConstants.cpp 398 initConstant(env, c, "R_OK", R_OK);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_posix.py 327 self.assertTrue(posix.access(test_support.TESTFN, os.R_OK))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_posix.py 327 self.assertTrue(posix.access(test_support.TESTFN, os.R_OK))
  /hardware/qcom/audio/hal/
audio_hw.c     [all...]
  /frameworks/rs/cpu_ref/
rsCpuScript.cpp 72 if (access(path, R_OK | W_OK | X_OK) == 0) {
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
pimp.py 321 RWX_OK = os.R_OK|os.W_OK|os.X_OK
    [all...]
  /device/htc/flounder/audio/hal/
audio_hw.c     [all...]
  /external/chromium_org/third_party/icu/source/tools/tzcode/
localtime.c 384 if (doaccess && access(name, R_OK) != 0)
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
localtime.c 384 if (doaccess && access(name, R_OK) != 0)
    [all...]
  /frameworks/native/services/inputflinger/
EventHub.cpp     [all...]
  /hardware/intel/img/libdrm/libdrm/
xf86drm.c 458 if (!access("/proc/dri/0", R_OK))
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
os_unix.c     [all...]
  /external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar 
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 2545 milliseconds

1 2 3 4 5 6 78 9