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

1 2 3 4 5 6

  /external/qemu/
kvm-android.c 28 if (access("/dev/kvm",R_OK)) {
  /external/webkit/Tools/DumpRenderTree/chromium/
TestShellGtk.cpp 121 if (access(fonts[i], R_OK)) {
144 && access(font, R_OK) < 0)
147 if (access(font, R_OK) < 0) {
  /hardware/libhardware/
hardware.c 150 if (access(path, R_OK) == 0) break;
154 if (access(path, R_OK) == 0) break;
158 if (access(path, R_OK) == 0) break;
  /system/netd/
oem_iptables_hook.cpp 75 if (0 == access(OEM_SCRIPT_PATH, R_OK | X_OK)) {
  /frameworks/base/services/jni/
com_android_server_BatteryService.cpp 323 if (access(path.string(), R_OK) == 0)
330 if (access(path, R_OK) == 0)
334 if (access(path, R_OK) == 0)
338 if (access(path, R_OK) == 0)
342 if (access(path, R_OK) == 0)
347 if (access(path, R_OK) == 0) {
354 if (access(path, R_OK) == 0)
360 if (access(path, R_OK) == 0) {
365 if (access(path, R_OK) == 0)
371 if (access(path, R_OK) == 0
    [all...]
  /bionic/libc/tzcode/
private.h 108 #include "unistd.h" /* for F_OK and R_OK */
115 #ifndef R_OK
116 #define R_OK 4
117 #endif /* !defined R_OK */
  /external/icu4c/tools/tzcode/
private.h 108 #include "unistd.h" /* for F_OK, R_OK, and other POSIX goodness */
114 #ifndef R_OK
115 #define R_OK 4
116 #endif /* !defined R_OK */
  /external/webkit/Source/WebCore/platform/sql/chromium/
SQLiteFileSystemChromiumPosix.cpp 128 *res = (attr & W_OK) && (attr & R_OK);
131 *res = (attr & R_OK);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
fcntl.h 42 # ifndef R_OK /* Verbatim from <unistd.h>. Ugh. */
45 # define R_OK 4 /* Test for read permission. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
fcntl.h 42 # ifndef R_OK /* Verbatim from <unistd.h>. Ugh. */
45 # define R_OK 4 /* Test for read permission. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
fcntl.h 42 # ifndef R_OK /* Verbatim from <unistd.h>. Ugh. */
45 # define R_OK 4 /* Test for read permission. */
  /frameworks/base/tools/aidl/
search_path.cpp 49 if (0 == access(f.c_str(), R_OK)) {
  /system/extras/tests/storage/
opentest.c 59 if (access(dir, R_OK | W_OK)) {
  /frameworks/base/libs/androidfw/
InputDevice.cpp 96 if (!access(path.string(), R_OK)) {
111 if (!access(path.string(), R_OK)) {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include-fixed/X11/
Xw32defs.h 88 #define R_OK 4
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xw32defs.h 79 #define R_OK 4
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include-fixed/X11/
Xw32defs.h 88 #define R_OK 4
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xw32defs.h 79 #define R_OK 4
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include-fixed/X11/
Xw32defs.h 88 #define R_OK 4
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xw32defs.h 79 #define R_OK 4
  /external/qemu/android/utils/
timezone.c 320 if ( access( env, R_OK ) != 0 ) {
345 if ( access( localtime, R_OK ) != 0 ) {
349 if (p >= end || access( temp, R_OK ) != 0 ) {
  /external/valgrind/main/coregrind/
launcher-darwin.c 122 if (access(fullname, R_OK|X_OK) == 0)
288 if (access(vgpreload_core, R_OK|X_OK) != 0) {
411 if (access(toolfile, R_OK|X_OK) != 0) {
  /external/oprofile/libutil/
op_file.c 29 return !stat(file, &st) && S_ISREG(st.st_mode) && !access(file, R_OK);
  /device/asus/flo/conn_init/
wfc_util_qcom.c 347 F_OK|R_OK|W_OK)) {
412 F_OK|R_OK|W_OK)) {
  /device/lge/mako/conn_init/
wfc_util_qcom.c 345 F_OK|R_OK|W_OK)) {
410 F_OK|R_OK|W_OK)) {

Completed in 595 milliseconds

1 2 3 4 5 6