HomeSort by relevance Sort by last modified time
    Searched refs:R_OK (Results 76 - 100 of 127) sorted by null

1 2 34 5 6

  /frameworks/native/cmds/installd/
installd.c 348 if (access(user_data_dir, R_OK) < 0) {
360 if (access(primary_data_dir, R_OK) < 0) {
  /external/qemu/
os-win32.c 220 if (access(buf, R_OK) == 0) {
vl.c     [all...]
  /external/valgrind/main/coregrind/
launcher-linux.c 105 if (access(fullname, R_OK|X_OK) == 0)
  /external/webkit/Source/WebKit/efl/ewk/
ewk_settings.cpp 158 if (access(directory, R_OK | W_OK)) {
  /system/security/keystore/
keystore.cpp 620 if (access(mMasterKeyFile, R_OK) == 0) {
    [all...]
  /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)
  /frameworks/av/media/libeffects/factory/
EffectsFactory.c 396 if (access(AUDIO_EFFECT_VENDOR_CONFIG_FILE, R_OK) == 0) {
398 } else if (access(AUDIO_EFFECT_DEFAULT_CONFIG_FILE, R_OK) == 0) {
  /hardware/libhardware_legacy/wifi/
wifi.c 298 ret = access(SUPP_ENTROPY_FILE, R_OK|W_OK);
423 ret = access(config_file, R_OK|W_OK);
  /dalvik/vm/native/
dalvik_system_DexFile.cpp 484 if (access(name, R_OK) != 0) {
  /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...]
funcs.c 252 if (p && access(p, R_OK) < 0)
    [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...]
  /external/linux-tools-perf/util/
annotate.c 290 access(symfs_filename, R_OK)) {
map.c 650 if (access(path, R_OK)) {
  /hardware/qcom/audio/voice_processing/
voice_processing.c 428 if (access(EFFECTS_DESCRIPTOR_LIBRARY_PATH, R_OK) == 0) {
  /libcore/luni/src/main/java/libcore/io/
OsConstants.java 248 public static final int R_OK = placeholder();
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
system.h 313 # define R_OK 4
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
system.h 313 # define R_OK 4
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
system.h 313 # define R_OK 4
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
system.h 313 # define R_OK 4

Completed in 674 milliseconds

1 2 34 5 6