R_OK 286 content/gpu/gpu_main.cc if (access("/dev/nvidiactl", R_OK) != 0) { R_OK 23 content/shell/app/webkit_test_platform_support_linux.cc if (access(font, R_OK) < 0) { R_OK 25 content/shell/app/webkit_test_platform_support_linux.cc if (access(font, R_OK) < 0) { R_OK 95 content/shell/app/webkit_test_platform_support_linux.cc if (access(kFonts[i], R_OK) < 0) { R_OK 85 native_client_sdk/src/libraries/nacl_io/memfs/mem_fs.cc if (((a_mode & R_OK) && !(obj_mode & S_IREAD)) || R_OK 51 native_client_sdk/src/tests/nacl_io_test/filesystem_test.cc EXPECT_EQ(ENOENT, fs.Access(Path("/foo"), R_OK | W_OK)); R_OK 64 native_client_sdk/src/tests/nacl_io_test/filesystem_test.cc EXPECT_EQ(0, fs.Access(Path("/foo"), R_OK | W_OK)); R_OK 68 native_client_sdk/src/tests/nacl_io_test/filesystem_test.cc EXPECT_EQ(0, fs.Access(Path("/"), R_OK | W_OK | X_OK)); R_OK 216 native_client_sdk/src/tests/nacl_io_test/filesystem_test.cc ASSERT_EQ(0, fs.Access(Path("/dir1/file"), R_OK)); R_OK 221 native_client_sdk/src/tests/nacl_io_test/filesystem_test.cc ASSERT_NE(0, fs.Access(Path("/dir1/file"), R_OK)); R_OK 222 native_client_sdk/src/tests/nacl_io_test/filesystem_test.cc ASSERT_EQ(0, fs.Access(Path("/dir2/new_file"), R_OK)); R_OK 227 native_client_sdk/src/tests/nacl_io_test/filesystem_test.cc ASSERT_NE(0, fs.Access(Path("/dir2/new_file"), R_OK)); R_OK 228 native_client_sdk/src/tests/nacl_io_test/filesystem_test.cc ASSERT_EQ(0, fs.Access(Path("/dir2/new_file2"), R_OK)); R_OK 233 native_client_sdk/src/tests/nacl_io_test/filesystem_test.cc ASSERT_NE(0, fs.Access(Path("/dir2/new_file2"), R_OK)); R_OK 234 native_client_sdk/src/tests/nacl_io_test/filesystem_test.cc ASSERT_EQ(0, fs.Access(Path("/dir1/new_file2"), R_OK)); R_OK 247 native_client_sdk/src/tests/nacl_io_test/filesystem_test.cc ASSERT_NE(0, fs.Access(Path("/dir1"), R_OK)); R_OK 248 native_client_sdk/src/tests/nacl_io_test/filesystem_test.cc ASSERT_EQ(0, fs.Access(Path("/dir2"), R_OK)); R_OK 257 native_client_sdk/src/tests/nacl_io_test/filesystem_test.cc ASSERT_EQ(0, fs.Access(Path("/dir2"), R_OK)); R_OK 258 native_client_sdk/src/tests/nacl_io_test/filesystem_test.cc ASSERT_EQ(0, fs.Access(Path("/dir2/foo"), R_OK)); R_OK 297 native_client_sdk/src/tests/nacl_io_test/filesystem_test.cc ASSERT_EQ(0, fs.Access(Path("/null"), R_OK | W_OK)); R_OK 320 native_client_sdk/src/tests/nacl_io_test/filesystem_test.cc ASSERT_EQ(0, fs.Access(Path("/zero"), R_OK | W_OK)); R_OK 350 native_client_sdk/src/tests/nacl_io_test/filesystem_test.cc ASSERT_EQ(0, fs.Access(Path("/urandom"), R_OK | W_OK)); R_OK 127 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc ASSERT_EQ(0, fs->Access(Path("/foo"), R_OK | W_OK | X_OK)); R_OK 79 native_client_sdk/src/tests/nacl_io_test/http_fs_test.cc ASSERT_EQ(0, fs_.Access(Path("/foo"), R_OK)); R_OK 33 native_client_sdk/src/tests/nacl_io_test/jspipe_test.cc ASSERT_EQ(0, fs_.Access(Path("/jspipe1"), R_OK | W_OK)); R_OK 32 native_client_sdk/src/tests/nacl_io_test/tty_test.cc ASSERT_EQ(0, fs_.Access(Path("/tty"), R_OK | W_OK)); R_OK 755 sandbox/linux/seccomp-bpf/sandbox_bpf_unittest.cc BPF_ASSERT(broker_process->Access("/proc/denied", R_OK) == -EPERM); R_OK 757 sandbox/linux/seccomp-bpf/sandbox_bpf_unittest.cc BPF_ASSERT(broker_process->Access("/proc/allowed", R_OK) == -ENOENT); R_OK 775 sandbox/linux/seccomp-bpf/sandbox_bpf_unittest.cc BPF_ASSERT(access("/proc/denied", R_OK) == -1); R_OK 778 sandbox/linux/seccomp-bpf/sandbox_bpf_unittest.cc BPF_ASSERT(access("/proc/allowed", R_OK) == -1); R_OK 782 sandbox/linux/seccomp-bpf/sandbox_bpf_unittest.cc int cpu_info_access = access("/proc/cpuinfo", R_OK); R_OK 483 sandbox/linux/services/broker_process.cc requested_mode & ~(R_OK | W_OK)) { R_OK 493 sandbox/linux/services/broker_process.cc case R_OK: R_OK 499 sandbox/linux/services/broker_process.cc case R_OK | W_OK: R_OK 128 sandbox/linux/services/broker_process_unittest.cc ret = open_broker.Access(kR_WhiteListed, R_OK); R_OK 132 sandbox/linux/services/broker_process_unittest.cc ret = open_broker.Access(kR_WhiteListed, R_OK | W_OK); R_OK 136 sandbox/linux/services/broker_process_unittest.cc ret = open_broker.Access(kR_WhiteListed, R_OK | X_OK); R_OK 154 sandbox/linux/services/broker_process_unittest.cc ret = open_broker.Access(kR_WhiteListedButDenied, R_OK); R_OK 158 sandbox/linux/services/broker_process_unittest.cc ret = open_broker.Access(kR_WhiteListedButDenied, R_OK | W_OK); R_OK 162 sandbox/linux/services/broker_process_unittest.cc ret = open_broker.Access(kR_WhiteListedButDenied, R_OK | X_OK); R_OK 174 sandbox/linux/services/broker_process_unittest.cc ret = open_broker.Access(kW_WhiteListed, R_OK); R_OK 178 sandbox/linux/services/broker_process_unittest.cc ret = open_broker.Access(kW_WhiteListed, R_OK | W_OK); R_OK 182 sandbox/linux/services/broker_process_unittest.cc ret = open_broker.Access(kW_WhiteListed, R_OK | X_OK); R_OK 193 sandbox/linux/services/broker_process_unittest.cc ret = open_broker.Access(kRW_WhiteListed, R_OK); R_OK 197 sandbox/linux/services/broker_process_unittest.cc ret = open_broker.Access(kRW_WhiteListed, R_OK | W_OK); R_OK 201 sandbox/linux/services/broker_process_unittest.cc ret = open_broker.Access(kRW_WhiteListed, R_OK | X_OK); R_OK 212 sandbox/linux/services/broker_process_unittest.cc ret = open_broker.Access(k_NotWhitelisted, R_OK); R_OK 216 sandbox/linux/services/broker_process_unittest.cc ret = open_broker.Access(k_NotWhitelisted, R_OK | W_OK); R_OK 220 sandbox/linux/services/broker_process_unittest.cc ret = open_broker.Access(k_NotWhitelisted, R_OK | X_OK); R_OK 275 sandbox/linux/services/broker_process_unittest.cc int can_access = open_broker->Access(kFileCpuInfo, R_OK); R_OK 335 sandbox/linux/services/broker_process_unittest.cc int can_access = open_broker.Access(tempfile_name, R_OK | W_OK); R_OK 29361 third_party/sqlite/amalgamation/sqlite3.c amode = W_OK|R_OK; R_OK 29364 third_party/sqlite/amalgamation/sqlite3.c amode = R_OK; R_OK 5220 third_party/sqlite/src/src/os_unix.c amode = W_OK|R_OK; R_OK 5223 third_party/sqlite/src/src/os_unix.c amode = R_OK; R_OK 486 third_party/sqlite/src/src/test_demovfs.c #ifndef R_OK R_OK 511 third_party/sqlite/src/src/test_demovfs.c if( flags==SQLITE_ACCESS_READWRITE ) eAccess = R_OK|W_OK; R_OK 512 third_party/sqlite/src/src/test_demovfs.c if( flags==SQLITE_ACCESS_READ ) eAccess = R_OK; R_OK 132 third_party/tcmalloc/chromium/src/symbolize.cc if (access(g_pprof_path->c_str(), R_OK) != 0) { R_OK 132 third_party/tcmalloc/vendor/src/symbolize.cc if (access(g_pprof_path->c_str(), R_OK) != 0) { R_OK 142 webkit/browser/database/vfs_backend.cc if (!access(file_path.value().c_str(), R_OK)) R_OK 143 webkit/browser/database/vfs_backend.cc attributes |= static_cast<uint32>(R_OK);