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

1 2 3 4 5 67 8

  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
http_fs_test.cc 388 ASSERT_EQ(ENOENT, fs.Open(Path("/blah"), R_OK, &node));
  /libcore/luni/src/main/java/java/io/
File.java 268 return doAccess(R_OK);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
io.h 176 #define R_OK 4 /* Check for read permission */
  /bootable/recovery/
recovery.cpp 790 if ((ensure_path_mounted(LAST_KMSG_FILE) == 0) && (access(LAST_KMSG_FILE, R_OK) == 0)) {
801 if ((ensure_path_mounted(filename) != 0) || (access(filename, R_OK) == -1)) {
    [all...]
  /external/blktrace/btreplay/
btreplay.c 967 if (access(full_name, R_OK) != 0)
    [all...]
  /frameworks/av/media/libeffects/factory/
EffectsFactory.c 451 if (access(AUDIO_EFFECT_VENDOR_CONFIG_FILE, R_OK) == 0) {
453 } else if (access(AUDIO_EFFECT_DEFAULT_CONFIG_FILE, R_OK) == 0) {
  /external/chromium_org/sandbox/linux/bpf_dsl/
bpf_dsl_more_unittest.cc 850 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);
    [all...]
  /external/mksh/src/
funcs.c 258 if (p && access(p, R_OK) < 0)
    [all...]
main.c     [all...]
  /frameworks/base/libs/androidfw/
AssetManager.cpp 275 if (access(targetPath.string(), R_OK) != 0) {
279 if (access(idmapPath.string(), R_OK) != 0) {
283 if (access(overlayPath.string(), R_OK) != 0) {
    [all...]
  /external/chromium_org/third_party/skia/src/ports/
SkFontConfigInterface_direct.cpp 345 if (access(c_filename, R_OK) != 0) {
  /external/iputils/ninfod/
ninfod.c 462 if (!access(opt_p, R_OK)) {
  /external/skia/src/ports/
SkFontConfigInterface_direct.cpp 339 if (access(c_filename, R_OK) != 0) {
  /hardware/qcom/audio/voice_processing/
voice_processing.c 428 if (access(EFFECTS_DESCRIPTOR_LIBRARY_PATH, R_OK) == 0) {
  /libcore/luni/src/main/java/android/system/
OsConstants.java 361 public static final int R_OK = placeholder();
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
unistd.h 282 #define R_OK 4 /* Test for read permission. */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
unistd.h 282 #define R_OK 4 /* Test for read permission. */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
system.h 327 # define R_OK 4
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
machine.c 196 if (access(path, R_OK)) {
597 ret = access(path, R_OK);
    [all...]
probe-event.c 376 if (access(raw_path, R_OK) == 0) {
391 if (access(*new_path, R_OK) == 0)
    [all...]
  /external/openssl/apps/
ca.c 96 # define R_OK 4
869 if (access(outdir,R_OK|W_OK|X_OK) != 0)
871 if (_access(outdir,R_OK|W_OK|X_OK) != 0)
    [all...]
  /external/qemu/
vl-android.c     [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...]

Completed in 926 milliseconds

1 2 3 4 5 67 8