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

1 2

  /external/curl/lib/
curl_path.h 30 # ifndef R_OK
31 # define R_OK 4
mime.c 48 # ifndef R_OK
49 # define R_OK 4
    [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/libshaderc_util/include/libshaderc_util/
universal_unistd.h 28 #define R_OK 4
  /device/linaro/bootloader/edk2/StdLib/Include/
unistd.h 32 #define R_OK 0x04 /* test for read permission */
93 permissions to be checked (R_OK, W_OK, X_OK) or the existence test (F_OK).
  /toolchain/binutils/binutils-2.27/libiberty/
make-temp-file.c 38 #include <sys/file.h> /* May get R_OK, etc. on some systems. */
44 #ifndef R_OK
45 #define R_OK 4
79 && access (dir, R_OK | W_OK | X_OK) == 0)
make-relative-prefix.c 70 #ifndef R_OK
71 #define R_OK 4
  /bionic/libc/include/
unistd.h 54 #define R_OK 4
  /libcore/ojluni/src/main/java/sun/nio/fs/
UnixConstants.java 100 static final int R_OK = OsConstants.R_OK;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
fcntl.h 88 # ifndef R_OK /* Verbatim from <unistd.h>. Ugh. */
91 # define R_OK 4 /* Test for read permission. */
unistd.h 282 #define R_OK 4 /* Test for read permission. */
    [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 */
  /external/ImageMagick/MagickCore/
nt-base.h 52 #define R_OK 4
  /external/icu/icu4c/source/tools/tzcode/
private.h 102 #include "unistd.h" /* for F_OK, R_OK, and other POSIX goodness */
108 #ifndef R_OK
109 #define R_OK 4
110 #endif /* !defined R_OK */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xw32defs.h 77 # define R_OK 4
  /bionic/libc/tzcode/
private.h 140 #include "unistd.h" /* for F_OK, R_OK, and other POSIX goodness */
154 #ifndef R_OK
155 #define R_OK 4
156 #endif /* !defined R_OK */
  /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...]
  /toolchain/binutils/binutils-2.27/binutils/
nlmconv.c 67 #ifndef R_OK
68 #define R_OK 4
    [all...]
  /external/e2fsprogs/misc/
fuse2fs.c 341 #ifndef R_OK
342 # define R_OK 4
641 (mask & R_OK ? "r" : ""), (mask & W_OK ? "w" : ""),
    [all...]
  /external/pdfium/samples/
pdfium_test.cc 61 #define R_OK 4
    [all...]
  /external/python/cpython2/Lib/plat-irix5/
FILE.py 239 R_OK = 4
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
edk2module.c 599 existence, or the inclusive-OR of R_OK, W_OK, and X_OK.");
621 #ifndef R_OK
622 #define R_OK 4
    [all...]
  /external/python/cpython2/Lib/plat-unixware7/
STROPTS.py 97 R_OK = 004
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
edk2module.c 598 existence, or the inclusive-OR of R_OK, W_OK, and X_OK.");
620 #ifndef R_OK
621 #define R_OK 4
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
posixmodule.c     [all...]
  /external/python/cpython2/Lib/plat-irix6/
FILE.py 677 R_OK = 4

Completed in 741 milliseconds

1 2