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

1 2

  /external/webkit/WebCore/platform/posix/
FileSystemPOSIX.cpp 127 if (!access(fullPath.data(), F_OK))
138 if (access(fullPath.data(), F_OK))
143 if (access(fullPath.data(), 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/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 */
  /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 */
sched_policy.c 99 if (!access("/dev/cpuctl/tasks", F_OK)) {
  /external/bluetooth/glib/gmodule/
gmodule-dyld.c 55 if (access (file_name, F_OK) == 0)
  /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/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, ""),
  /system/vold/
Fat.cpp 136 if (access(lost_path, F_OK)) {
VolumeManager.cpp 202 if (access(asecFileName, F_OK)) {
234 if (!access(asecFileName, F_OK)) {
428 if (!access(asecFilename2, F_OK)) {
  /external/zlib/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 112 #define F_OK 0 /* Existence */
  /build/tools/releasetools/
common.py 95 if (not os.access(os.path.join(sourcedir, "RAMDISK"), os.F_OK) or
96 not os.access(os.path.join(sourcedir, "kernel"), os.F_OK)):
115 if os.access(fn, os.F_OK):
120 if os.access(fn, os.F_OK):
  /build/tools/zipalign/
ZipAlign.cpp 115 if (!force && access(outFileName, F_OK) == 0) {
  /dalvik/vm/hprof/
Hprof.c 48 if (access(fileName, F_OK) == 0) {
  /frameworks/base/media/libmedia/
MediaScanner.cpp 107 if (access(path, F_OK) == 0) {
  /ndk/build/platforms/android-3/arch-arm/usr/include/
unistd.h 108 #define F_OK 0 /* Existence */
  /ndk/build/platforms/android-4/arch-arm/usr/include/
unistd.h 108 #define F_OK 0 /* Existence */
  /ndk/build/platforms/android-5/arch-arm/usr/include/
unistd.h 108 #define F_OK 0 /* Existence */
  /ndk/build/platforms/android-5/arch-x86/usr/include/
unistd.h 108 #define F_OK 0 /* Existence */
  /ndk/build/platforms/android-8/arch-arm/usr/include/
unistd.h 112 #define F_OK 0 /* Existence */
  /ndk/build/platforms/android-8/arch-x86/usr/include/
unistd.h 112 #define F_OK 0 /* Existence */
  /external/qemu/android/utils/
path.c 218 CHECKED(ret, access(path, F_OK));
456 if ( access(source, F_OK) < 0 ||
  /system/extras/tests/framebuffer/
fb_test.c 136 if (!access("/dev/tty0", F_OK)) {
  /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

Completed in 265 milliseconds

1 2