HomeSort by relevance Sort by last modified time
    Searched defs:F_OK (Results 1 - 24 of 24) sorted by null

  /bionic/libc/include/
unistd.h 106 #define F_OK 0 /* Existence */
  /development/ndk/platforms/android-3/include/
unistd.h 102 #define F_OK 0 /* Existence */
  /development/ndk/platforms/android-8/include/
unistd.h 106 #define F_OK 0 /* Existence */
  /development/ndk/platforms/android-9/include/
unistd.h 106 #define F_OK 0 /* Existence */
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
unistd.h 108 #define F_OK 0 /* Existence */
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
unistd.h 108 #define F_OK 0 /* Existence */
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
unistd.h 108 #define F_OK 0 /* Existence */
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
unistd.h 108 #define F_OK 0 /* Existence */
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
unistd.h 112 #define F_OK 0 /* Existence */
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
unistd.h 112 #define F_OK 0 /* Existence */
  /external/protobuf/src/google/protobuf/testing/
file.cc 56 #ifndef F_OK
57 #define F_OK 00 // not defined by MSVC for whatever reason
62 return access(name.c_str(), F_OK) == 0;
  /external/chromium/third_party/icu/source/tools/tzcode/
private.h 108 #include "unistd.h" /* for F_OK, R_OK, and other POSIX goodness */
111 #ifndef F_OK
112 #define F_OK 0
113 #endif /* !defined F_OK */
  /external/icu4c/tools/tzcode/
private.h 108 #include "unistd.h" /* for F_OK, R_OK, and other POSIX goodness */
111 #ifndef F_OK
112 #define F_OK 0
113 #endif /* !defined F_OK */
  /bionic/libc/tzcode/
private.h 108 #include "unistd.h" /* for F_OK and R_OK */
112 #ifndef F_OK
113 #define F_OK 0
114 #endif /* !defined F_OK */
  /external/protobuf/src/google/protobuf/compiler/
importer.cc 59 #ifndef F_OK
60 #define F_OK 00 // not defined by MSVC for whatever reason
372 if (access(shadowing_disk_file->c_str(), F_OK) >= 0) {
command_line_interface_unittest.cc 71 #ifndef F_OK
72 #define F_OK 00 // not defined by MSVC for whatever reason
276 if (access(possible_paths[i], F_OK) == 0) {
    [all...]
command_line_interface.cc 78 #ifndef F_OK
79 #define F_OK 00 // not defined by MSVC for whatever reason
721 if (access(input_files_[i].c_str(), F_OK) < 0) {
891 if (access(disk_path.c_str(), F_OK) < 0) {
    [all...]
  /system/core/libcutils/
private.h 112 #include "unistd.h" /* for F_OK and R_OK */
116 #ifndef F_OK
117 #define F_OK 0
118 #endif /* !defined F_OK */
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/X11/
Xw32defs.h 85 #define F_OK 0
  /external/zlib/contrib/untgz/
untgz.c 26 # ifndef F_OK
27 # define F_OK 0
143 if (access(buffer,F_OK) == 0)
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
system.h 301 #ifndef F_OK
302 # define F_OK 0
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
system.h 301 #ifndef F_OK
302 # define F_OK 0
  /external/openssl/apps/
ca.c 93 # define F_OK 0
    [all...]
  /external/sonivox/jet_tools/JetCreator/
JetDefs.py 251 F_OK = "btnOk"
404 ('Ok', F_OK, BUTROW1, COL3+100, BUTSIZE, 0, 0, wx.ID_OK, [], "OnOk", True, ""),
416 ('Ok', F_OK, BUTROW1, COL3+100, BUTSIZE, 0, 0, wx.ID_OK, [], "OnOk", True, ""),
428 ('Ok', F_OK, BUTROW1, 500, BUTSIZE, 0, 0, wx.ID_OK, [], "OnOk", True, ""),
535 ('Ok', F_OK, BUTROW1, COL3+150, BUTSIZE, 0, 0, wx.ID_OK, [], "OnOk", True, ""),
550 ('Ok', F_OK, BUTROW1, COL3+150, BUTSIZE, 0, 0, wx.ID_OK, [], "OnOk", True, ""),

Completed in 485 milliseconds