Searched refs:R_OK (Results 1 - 25 of 67) sorted by path

123

/external/bison/darwin-lib/
H A Dunistd.h546 # define R_OK 4 macro
/external/bison/lib/
H A Dunistd.in.h234 # define R_OK 4
/external/bison/linux-lib/
H A Dunistd.h546 # define R_OK 4 macro
/external/blktrace/btreplay/
H A Dbtrecord.c344 if (access(full_name, R_OK) != 0)
399 if (access(idir, R_OK | X_OK) != 0) {
408 if (access(odir, R_OK | X_OK) != 0) {
H A Dbtreplay.c967 if (access(full_name, R_OK) != 0)
1481 if (access(idir, R_OK | X_OK) != 0) {
/external/chromium_org/content/gpu/
H A Dgpu_main.cc432 if (access("/dev/nvidiactl", R_OK) != 0) {
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dkernel_proxy.cc869 if (((amode & R_OK) && !(buf.st_mode & S_IREAD)) ||
H A Dosunistd.h10 #define R_OK 4 macro
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
H A Dhttp_fs_test.cc388 ASSERT_EQ(ENOENT, fs.Open(Path("/blah"), R_OK, &node));
/external/chromium_org/sandbox/linux/bpf_dsl/
H A Dbpf_dsl_more_unittest.cc850 BPF_ASSERT(broker_process->Access("/proc/denied", R_OK) == -EPERM);
852 BPF_ASSERT(broker_process->Access("/proc/allowed", R_OK) == -ENOENT);
870 BPF_ASSERT(access("/proc/denied", R_OK) == -1);
873 BPF_ASSERT(access("/proc/allowed", R_OK) == -1);
877 int cpu_info_access = access("/proc/cpuinfo", R_OK);
/external/chromium_org/sandbox/linux/seccomp-bpf-helpers/
H A Dbaseline_policy_unittest.cc203 int sys_ret = access("/proc/cpuinfo", R_OK);
/external/chromium_org/sandbox/linux/services/
H A Dbroker_process.cc483 requested_mode & ~(R_OK | W_OK)) {
493 case R_OK:
499 case R_OK | W_OK:
H A Dbroker_process_unittest.cc107 ret = open_broker.Access(kR_WhiteListed, R_OK);
111 ret = open_broker.Access(kR_WhiteListed, R_OK | W_OK);
115 ret = open_broker.Access(kR_WhiteListed, R_OK | X_OK);
133 ret = open_broker.Access(kR_WhiteListedButDenied, R_OK);
137 ret = open_broker.Access(kR_WhiteListedButDenied, R_OK | W_OK);
141 ret = open_broker.Access(kR_WhiteListedButDenied, R_OK | X_OK);
153 ret = open_broker.Access(kW_WhiteListed, R_OK);
157 ret = open_broker.Access(kW_WhiteListed, R_OK | W_OK);
161 ret = open_broker.Access(kW_WhiteListed, R_OK | X_OK);
172 ret = open_broker.Access(kRW_WhiteListed, R_OK);
[all...]
/external/chromium_org/storage/browser/database/
H A Dvfs_backend.cc142 if (!access(file_path.value().c_str(), R_OK))
143 attributes |= static_cast<uint32>(R_OK);
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/sqlite/
H A DSQLiteFileSystemPosix.cpp128 *res = (attr & W_OK) && (attr & R_OK);
131 *res = (attr & R_OK);
/external/chromium_org/third_party/WebKit/Source/platform/exported/linux/
H A DWebFontInfo.cpp206 if (access(reinterpret_cast<char*>(cFilename), R_OK))
/external/chromium_org/third_party/hwcplus/src/
H A Dhardware.c148 if (access(path, R_OK) == 0)
154 if (access(path, R_OK) == 0)
159 if (access(path, R_OK) == 0)
/external/chromium_org/third_party/icu/source/tools/tzcode/
H A Dlocaltime.c384 if (doaccess && access(name, R_OK) != 0)
H A Dprivate.h108 #include "unistd.h" /* for F_OK, R_OK, and other POSIX goodness */
114 #ifndef R_OK
115 #define R_OK 4 macro
116 #endif /* !defined R_OK */
/external/chromium_org/third_party/libxml/src/
H A Dcheck-xinclude-test-suite.py80 if os.access(URI, os.R_OK) == 0:
96 if os.access(output, os.R_OK) == 0:
H A Dcheck-xml-test-suite.py304 if os.access(URI, os.R_OK) == 0:
/external/chromium_org/third_party/skia/src/fonts/
H A DSkFontMgr_fontconfig.cpp100 if (access(c_filename, R_OK) != 0) {
/external/chromium_org/third_party/skia/src/ports/
H A DSkFontConfigInterface_direct.cpp345 if (access(c_filename, R_OK) != 0) {
H A DSkOSFile_posix.cpp21 mode |= R_OK;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c[all...]

Completed in 609 milliseconds

123