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

1 2 3 4 5 67 8

  /dalvik/vm/analysis/
DexPrepare.cpp 98 if (access(dirName.c_str(), R_OK) < 0) {
    [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/e2fsprogs/misc/
fsck.c 1129 if (access("/proc/partitions", R_OK) < 0) {
mke2fs.c     [all...]
  /external/valgrind/main/include/vki/
vki-darwin.h 730 #define VKI_R_OK R_OK
  /frameworks/rs/cpu_ref/
rsCpuScript.cpp 68 if (access(path, R_OK | W_OK | X_OK) == 0) {
    [all...]
  /libcore/luni/src/main/native/
libcore_io_OsConstants.cpp 334 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))
  /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...]
  /external/chromium_org/third_party/icu/source/tools/tzcode/
localtime.c 384 if (doaccess && access(name, R_OK) != 0)
    [all...]
  /external/icu4c/tools/tzcode/
localtime.c 384 if (doaccess && access(name, R_OK) != 0)
    [all...]
  /frameworks/base/libs/androidfw/
AssetManager.cpp 219 if (TEMP_FAILURE_RETRY(access(overlayPath.string(), R_OK)) == 0) {
    [all...]
  /frameworks/base/services/input/
EventHub.cpp     [all...]
  /external/chromium_org/third_party/sqlite/src/src/
os_unix.c     [all...]
  /external/linux-tools-perf/util/
symbol.c     [all...]
  /external/strace/
file.c 539 { R_OK, "R_OK" },
    [all...]
  /hardware/qcom/audio/hal/
audio_hw.c     [all...]
  /external/libppp/src/
command.c     [all...]
  /external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar 
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 1264 milliseconds

1 2 3 4 5 67 8