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

1 2 3 4 56 7 8

  /external/qemu/android/utils/
path.c 259 return HANDLE_EINTR(access(path, R_OK)) == 0;
524 if ( access(source, R_OK) < 0 ) {
  /system/vold/
Volume.cpp 479 if (!access(legacy_path, R_OK | X_OK) && access(secure_path, R_OK | X_OK)) {
  /device/samsung/manta/health/
healthd-manta.cpp 341 if (access(config->batteryCurrentNowPath.string(), R_OK) == 0) {
  /external/chromium_org/third_party/WebKit/Source/platform/exported/linux/
WebFontInfo.cpp 206 if (access(reinterpret_cast<char*>(cFilename), R_OK))
  /external/e2fsprogs/resize/
online.c 101 if ((access("/sys/fs/ext4/features/meta_bg_resize", R_OK) != 0) ||
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
config.c 412 if (perf_config_system() && !access(perf_etc_perfconfig(), R_OK)) {
  /frameworks/native/opengl/libs/EGL/
Loader.cpp 339 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/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/services/audiopolicy/
AudioPolicyEffects.cpp 43 if (access(AUDIO_EFFECT_VENDOR_CONFIG_FILE, R_OK) == 0) {
45 } else if (access(AUDIO_EFFECT_DEFAULT_CONFIG_FILE, R_OK) == 0) {
  /frameworks/native/cmds/installd/
installd.c 390 if (access(user_data_dir, R_OK) < 0) {
402 if (access(primary_data_dir, R_OK) < 0) {
  /hardware/libhardware_legacy/wifi/
wifi.c 300 ret = access(SUPP_ENTROPY_FILE, R_OK|W_OK);
347 ret = access(config_file, R_OK|W_OK);
  /external/chromium_org/sandbox/linux/seccomp-bpf-helpers/
baseline_policy_unittest.cc 203 int sys_ret = access("/proc/cpuinfo", R_OK);
  /external/chromium_org/third_party/libxml/src/
check-xml-test-suite.py 304 if os.access(URI, os.R_OK) == 0:
  /external/chromium_org/third_party/skia/src/fonts/
SkFontMgr_fontconfig.cpp 100 if (access(c_filename, R_OK) != 0) {
  /external/skia/src/fonts/
SkFontMgr_fontconfig.cpp 105 if (access(c_filename, R_OK) != 0) {
  /external/valgrind/main/coregrind/
launcher-linux.c 116 if (access(fullname, R_OK|X_OK) == 0)
  /system/core/sdcard/
sdcard.c 873 if (!check_caller_access_to_name(fuse, hdr, parent_node, name, R_OK, false)) {
914 if (!check_caller_access_to_node(fuse, hdr, node, R_OK, false)) {
    [all...]
  /system/security/keystore/
keystore.cpp 715 if (access(mMasterKeyFile, R_OK) == 0) {
    [all...]
  /external/mksh/src/
exec.c 1107 tp->u.fpath = search_path(name, fpath, R_OK,
1149 (npath.ro = search_path(name, fpath, R_OK,
1212 /* R_OK or X_OK */
1355 X_OK | ((iop->flag & IORDUP) ? R_OK : W_OK),
    [all...]
  /device/asus/flo/conn_init/
wfc_util_fctrl.c 550 * access_mode : R_OK | W_OK | X_OK | F_OK
591 if (access(pDestFName, R_OK|W_OK) == 0) {
  /device/lge/mako/conn_init/
wfc_util_fctrl.c 550 * access_mode : R_OK | W_OK | X_OK | F_OK
591 if (access(pDestFName, R_OK|W_OK) == 0) {
  /external/chromium_org/content/gpu/
gpu_main.cc 432 if (access("/dev/nvidiactl", R_OK) != 0) {

Completed in 1402 milliseconds

1 2 3 4 56 7 8