F_OK 356 base/file_util_posix.cc return access(path.value().c_str(), F_OK) == 0; F_OK 160 native_client_sdk/src/tests/nacl_io_test/filesystem_test.cc EXPECT_EQ(ENOENT, fs.Access(Path("/foo"), F_OK)); F_OK 275 native_client_sdk/src/tests/nacl_io_test/filesystem_test.cc ASSERT_EQ(ENOENT, fs.Access(Path("/foo"), F_OK)); F_OK 128 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc ASSERT_EQ(ENOENT, fs->Access(Path("/bar"), F_OK)); F_OK 139 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc ASSERT_EQ(ENOENT, fs->Access(path, F_OK)); F_OK 156 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc ASSERT_EQ(0, fs->Access(path, F_OK)); F_OK 158 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc EXPECT_EQ(ENOENT, fs->Access(path, F_OK)); F_OK 172 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc EXPECT_EQ(ENOENT, fs->Access(Path("/file"), F_OK)); F_OK 173 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc EXPECT_EQ(0, fs->Access(Path("/dir"), F_OK)); F_OK 187 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc EXPECT_EQ(ENOENT, fs->Access(Path("/dir"), F_OK)); F_OK 188 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc EXPECT_EQ(0, fs->Access(Path("/file"), F_OK)); F_OK 199 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc ASSERT_EQ(0, fs->Access(path, F_OK)); F_OK 201 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc EXPECT_EQ(ENOENT, fs->Access(path, F_OK)); F_OK 202 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc EXPECT_EQ(0, fs->Access(newpath, F_OK)); F_OK 210 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc EXPECT_EQ(ENOENT, fs->Access(path, F_OK)); F_OK 82 native_client_sdk/src/tests/nacl_io_test/http_fs_test.cc ASSERT_EQ(ENOENT, fs_.Access(Path("/bar"), F_OK)); F_OK 482 sandbox/linux/services/broker_process.cc if (requested_mode != F_OK && F_OK 487 sandbox/linux/services/broker_process.cc case F_OK: F_OK 90 sandbox/linux/services/broker_process_unittest.cc int ret = open_broker.Access(NULL, F_OK); F_OK 126 sandbox/linux/services/broker_process_unittest.cc ret = open_broker.Access(kR_WhiteListed, F_OK); F_OK 151 sandbox/linux/services/broker_process_unittest.cc ret = open_broker.Access(kR_WhiteListedButDenied, F_OK); F_OK 172 sandbox/linux/services/broker_process_unittest.cc ret = open_broker.Access(kW_WhiteListed, F_OK); F_OK 191 sandbox/linux/services/broker_process_unittest.cc ret = open_broker.Access(kRW_WhiteListed, F_OK); F_OK 210 sandbox/linux/services/broker_process_unittest.cc ret = open_broker.Access(k_NotWhitelisted, F_OK); F_OK 55 sandbox/linux/services/yama.cc int ret = access(kProcfsKernelSysPath, F_OK); F_OK 80 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc #ifndef F_OK F_OK 149 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc if (access(path.c_str(), F_OK) == -1) { F_OK 763 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc if (access(input_files_[i].c_str(), F_OK) < 0) { F_OK 945 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc if (access(disk_path.c_str(), F_OK) < 0) { F_OK 72 third_party/protobuf/src/google/protobuf/compiler/command_line_interface_unittest.cc #ifndef F_OK F_OK 284 third_party/protobuf/src/google/protobuf/compiler/command_line_interface_unittest.cc if (access(possible_paths[i], F_OK) == 0) { F_OK 59 third_party/protobuf/src/google/protobuf/compiler/importer.cc #ifndef F_OK F_OK 377 third_party/protobuf/src/google/protobuf/compiler/importer.cc if (access(shadowing_disk_file->c_str(), F_OK) >= 0) { F_OK 56 third_party/protobuf/src/google/protobuf/testing/file.cc #ifndef F_OK F_OK 62 third_party/protobuf/src/google/protobuf/testing/file.cc return access(name.c_str(), F_OK) == 0; F_OK 29358 third_party/sqlite/amalgamation/sqlite3.c amode = F_OK; F_OK 5217 third_party/sqlite/src/src/os_unix.c amode = F_OK; F_OK 483 third_party/sqlite/src/src/test_demovfs.c #ifndef F_OK F_OK 504 third_party/sqlite/src/src/test_demovfs.c int eAccess = F_OK; /* Second argument to access() */