HomeSort by relevance Sort by last modified time
    Searched refs:F_OK (Results 26 - 50 of 205) sorted by null

12 3 4 5 6 7 8 9

  /external/chromium_org/sandbox/linux/services/
broker_process_unittest.cc 69 int ret = open_broker.Access(NULL, F_OK);
105 ret = open_broker.Access(kR_WhiteListed, F_OK);
130 ret = open_broker.Access(kR_WhiteListedButDenied, F_OK);
151 ret = open_broker.Access(kW_WhiteListed, F_OK);
170 ret = open_broker.Access(kRW_WhiteListed, F_OK);
189 ret = open_broker.Access(k_NotWhitelisted, F_OK);
  /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, ""),
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
importer.cc 59 #ifndef F_OK
60 #define F_OK 00 // not defined by MSVC for whatever reason
377 if (access(shadowing_disk_file->c_str(), F_OK) >= 0) {
  /external/chromium_org/third_party/sqlite/src/src/
test_demovfs.c 483 #ifndef F_OK
484 # define F_OK 0
504 int eAccess = F_OK; /* Second argument to access() */
506 assert( flags==SQLITE_ACCESS_EXISTS /* access(zPath, 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) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
fcntl.h 48 # define F_OK 0 /* Test for existence. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
fcntl.h 48 # define F_OK 0 /* Test for existence. */
  /system/core/fastbootd/commands/
flash.c 74 if (access(out, F_OK ) == -1) {
  /system/core/toolbox/
touch.c 88 if (access(file, F_OK))
  /bionic/libc/tzcode/
private.h 104 #include "unistd.h" /* for F_OK, R_OK, and other POSIX goodness */
107 #ifndef F_OK
108 #define F_OK 0
109 #endif /* !defined F_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)) {
  /external/zlib/src/contrib/untgz/
untgz.c 26 # ifndef F_OK
27 # define F_OK 0
143 if (access(buffer,F_OK) == 0)
  /bionic/libc/include/
unistd.h 103 #define F_OK 0 /* Existence */
  /build/tools/zipalign/
ZipAlign.cpp 122 if (!force && access(outFileName, F_OK) == 0) {
  /development/ndk/platforms/android-12/include/
unistd.h 107 #define F_OK 0 /* Existence */
  /development/ndk/platforms/android-3/include/
unistd.h 103 #define F_OK 0 /* Existence */
  /development/ndk/platforms/android-8/include/
unistd.h 107 #define F_OK 0 /* Existence */
  /development/ndk/platforms/android-9/include/
unistd.h 107 #define F_OK 0 /* Existence */
  /development/ndk/platforms/android-L/include/
unistd.h 106 #define F_OK 0 /* Existence */
  /external/pdfium/core/src/fxcrt/
fxcrt_posix.cpp 147 return access(fileName.GetCStr(), F_OK) > -1;
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
unistd.h 108 #define F_OK 0 /* Existence */
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
unistd.h 108 #define F_OK 0 /* Existence */
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
unistd.h 108 #define F_OK 0 /* Existence */
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
unistd.h 108 #define F_OK 0 /* Existence */

Completed in 1907 milliseconds

12 3 4 5 6 7 8 9