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

12 3 4 5 6 7 8 9

  /system/extras/ext4_utils/
setup_fs.c 33 if (access(buf, F_OK) == 0) {
  /bionic/tests/
sys_stat_test.cpp 250 ASSERT_EQ(-1, faccessat(AT_FDCWD, "/dev/null", F_OK, ~AT_SYMLINK_NOFOLLOW));
265 ASSERT_EQ(-1, faccessat(AT_FDCWD, "/dev/null", F_OK, AT_SYMLINK_NOFOLLOW));
268 ASSERT_EQ(0, faccessat(AT_FDCWD, "/dev/null", F_OK, AT_SYMLINK_NOFOLLOW));
273 ASSERT_EQ(0, faccessat(AT_FDCWD, "/dev/null", F_OK, 0));
280 ASSERT_EQ(-1, faccessat(AT_FDCWD, "/blah", F_OK, AT_SYMLINK_NOFOLLOW));
  /hardware/qcom/gps/msm8084/utils/
loc_target.cpp 200 if (!access(hw_platform, F_OK)) {
205 if (!access(id, F_OK)) {
  /hardware/qcom/gps/msm8909/utils/
loc_target.cpp 201 if (!access(hw_platform, F_OK)) {
206 if (!access(id, F_OK)) {
  /hardware/qcom/gps/msm8994/utils/
loc_target.cpp 201 if (!access(hw_platform, F_OK)) {
206 if (!access(id, F_OK)) {
  /hardware/qcom/gps/msm8996/utils/
loc_target.cpp 201 if (!access(hw_platform, F_OK)) {
206 if (!access(id, F_OK)) {
  /hardware/qcom/gps/utils/
loc_target.cpp 201 if (!access(hw_platform, F_OK)) {
206 if (!access(id, F_OK)) {
  /system/core/adb/daemon/
main.cpp 192 if (access(USB_ADB_PATH, F_OK) == 0 || access(USB_FFS_ADB_EP0, F_OK) == 0) {
  /system/core/libsuspend/
autosuspend_earlysuspend.c 166 ret = access(EARLYSUSPEND_WAIT_FOR_FB_SLEEP, F_OK);
171 ret = access(EARLYSUSPEND_WAIT_FOR_FB_WAKE, F_OK);
  /external/chromium-trace/catapult/telemetry/build/
linux_setup_msr.py 107 if not os.access(RDMSR_PATH, os.F_OK):
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xw32defs.h 74 # define F_OK 0
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xw32defs.h 74 # define F_OK 0
  /frameworks/native/cmds/installd/
otapreopt.cpp 320 if (access(art_path.c_str(), F_OK) == 0 && access(oat_path.c_str(), F_OK) == 0) {
333 if (access(dalvik_cache.c_str(), F_OK) != 0) {
339 if (access(isa_path.c_str(), F_OK) != 0) {
352 if (access(preopted_boot_art_path.c_str(), F_OK) == 0) {
548 if (access(path.c_str(), F_OK) == 0) {
559 if (access(package_parameters_[kApkPathIndex], 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, ""),
  /external/protobuf/src/google/protobuf/compiler/
importer.cc 60 #ifndef F_OK
61 #define F_OK 00 // not defined by MSVC for whatever reason
392 if (access(shadowing_disk_file->c_str(), F_OK) >= 0) {
  /external/selinux/libselinux/src/
load_policy.c 137 if (access(selinux_booleans_path(), F_OK) == 0)
140 if (access(path, F_OK) == 0)
143 if (access(path, F_OK) == 0)
init.c 171 has_selinux_config = (access(SELINUXCONFIG, F_OK) == 0);
  /external/toybox/toys/posix/
touch.c 122 else if (access(*ss, F_OK) && (-1!=(fd = open(*ss, O_CREAT, 0666))))
  /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. */
  /external/autotest/client/site_tests/platform_FilePerms/
platform_FilePerms.py 103 if not os.access(fs, os.F_OK):
130 if not os.access(fs, os.F_OK):
  /external/icu/icu4c/source/tools/tzcode/
private.h 102 #include "unistd.h" /* for F_OK, R_OK, and other POSIX goodness */
105 #ifndef F_OK
106 #define F_OK 0
107 #endif /* !defined F_OK */
  /external/selinux/policycoreutils/gui/
statusPage.py 111 return os.access(RELABELFILE, os.F_OK) != 0
118 if os.access(RELABELFILE, os.F_OK) != 0:
  /hardware/qcom/gps/msmcobalt/utils/
loc_target.cpp 217 if (!access(hw_platform, F_OK)) {
222 if (!access(id, F_OK)) {
  /system/extras/tests/kernel.config/
aslr_test.cpp 167 if (!access(PROCFS_COMPAT_PATH, F_OK)) {
196 if (!access(PROCFS_COMPAT_PATH, F_OK)) {
  /external/zlib/src/contrib/untgz/
untgz.c 26 # ifndef F_OK
27 # define F_OK 0
143 if (access(buffer,F_OK) == 0)

Completed in 2782 milliseconds

12 3 4 5 6 7 8 9