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

1 2 3 4 5 6

  /external/valgrind/main/none/tests/darwin/
access_extended.stderr.exp 2 access_extended.c(F_OK) = 0 (Unknown error: 0)
4 no_such_file(F_OK) = 2 (No such file or directory)
access_extended.c 29 entries[0].ad_flags = F_OK; // succeeds
31 entries[2].ad_flags = F_OK; // fails
39 fprintf(stderr, "%s(F_OK) = %d (%s)\n",
43 fprintf(stderr, "%s(F_OK) = %d (%s)\n",
  /external/qemu/
kvm-android.c 21 if (access("/dev/kvm",F_OK)) {
  /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;
  /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 */
  /external/webkit/Source/WebCore/inspector/
inline-javascript-imports.py 59 if not os.access(fullPath, os.F_OK):
  /external/webkit/Source/WebKit/chromium/scripts/
inline_js_imports.py 60 if not os.access(full_path, os.F_OK):
concatenate_css_files.py 67 if (os.access(fname, os.F_OK)):
concatenate_js_files.py 68 if (os.access(fname, os.F_OK)):
  /system/core/toolbox/
touch.c 61 if (access(file, F_OK))
  /system/extras/ext4_utils/
setup_fs.c 33 if (access(buf, F_OK) == 0) {
  /system/core/libsuspend/
autosuspend_earlysuspend.c 175 ret = access(EARLYSUSPEND_WAIT_FOR_FB_SLEEP, F_OK);
180 ret = access(EARLYSUSPEND_WAIT_FOR_FB_WAKE, F_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 85 #define F_OK 0
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xw32defs.h 76 #define F_OK 0
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include-fixed/X11/
Xw32defs.h 85 #define F_OK 0
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xw32defs.h 76 #define F_OK 0
  /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 85 #define F_OK 0
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xw32defs.h 76 #define F_OK 0
  /external/webkit/Source/WebCore/platform/posix/
FileSystemPOSIX.cpp 194 if (!access(fullPath.data(), F_OK))
205 if (access(fullPath.data(), F_OK))
210 if (access(fullPath.data(), 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/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) {
  /frameworks/base/cmds/installd/
installd.c 386 if (access(media_tmp_dir, F_OK) == -1) {
403 if (access(media_tmp_dir, F_OK) == 0) {
454 if (access(media_obb_dir, F_OK) != 0 && access(owner_obb_path, F_OK) == 0) {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
fcntl.h 48 # define F_OK 0 /* Test for existence. */

Completed in 6241 milliseconds

1 2 3 4 5 6