/external/qemu/ |
H A D | kvm-android.c | 28 if (access("/dev/kvm",R_OK)) {
|
H A D | os-posix.c | 140 if (access(res, R_OK)) { 142 if (access(res, R_OK)) {
|
H A D | os-win32.c | 220 if (access(buf, R_OK) == 0) {
|
H A D | vl.c | 1954 if (access(buf, R_OK) == 0) { 2013 if (access(res, R_OK)) { 2015 if (access(res, R_OK)) { 2037 && access(name, R_OK) == 0) { 2053 if (access(buf, R_OK)) {
|
/external/webkit/Tools/DumpRenderTree/chromium/ |
H A D | TestShellGtk.cpp | 121 if (access(fonts[i], R_OK)) { 144 && access(font, R_OK) < 0) 147 if (access(font, R_OK) < 0) {
|
/external/icu4c/tools/tzcode/ |
H A D | private.h | 108 #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/webkit/Source/WebCore/platform/sql/chromium/ |
H A D | SQLiteFileSystemChromiumPosix.cpp | 128 *res = (attr & W_OK) && (attr & R_OK); 131 *res = (attr & R_OK);
|
/external/bluetooth/bluez/tools/ |
H A D | parser.y | 158 if ((getuid() == 0) || (access(file, R_OK) < 0))
|
H A D | parser.c | 275 if ((getuid() == 0) || (access(file, R_OK) < 0))
|
/external/qemu/android/utils/ |
H A D | timezone.c | 320 if ( access( env, R_OK ) != 0 ) { 345 if ( access( localtime, R_OK ) != 0 ) { 349 if (p >= end || access( temp, R_OK ) != 0 ) {
|
H A D | path.c | 256 CHECKED(ret, access(path, R_OK)); 264 CHECKED(ret, access(path, R_OK)); 524 if ( access(source, R_OK) < 0 ) {
|
/external/valgrind/main/coregrind/ |
H A D | launcher-darwin.c | 122 if (access(fullname, R_OK|X_OK) == 0) 288 if (access(vgpreload_core, R_OK|X_OK) != 0) { 411 if (access(toolfile, R_OK|X_OK) != 0) {
|
H A D | launcher-linux.c | 115 if (access(fullname, R_OK|X_OK) == 0)
|
/external/oprofile/libutil/ |
H A D | op_file.c | 29 return !stat(file, &st) && S_ISREG(st.st_mode) && !access(file, R_OK);
|
/external/webkit/Source/WebKit/chromium/src/gtk/ |
H A D | WebFontInfo.cpp | 98 if (access(reinterpret_cast<char*>(cFilename), R_OK))
|
/external/blktrace/btreplay/ |
H A D | btrecord.c | 344 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 D | btreplay.c | 967 if (access(full_name, R_OK) != 0) 1481 if (access(idir, R_OK | X_OK) != 0) {
|
/external/webkit/Source/WebKit/efl/ewk/ |
H A D | ewk_settings.cpp | 158 if (access(directory, R_OK | W_OK)) {
|
/external/openssl/ |
H A D | e_os.h | 361 # ifndef R_OK 362 # define R_OK 4 macro
|
/external/valgrind/main/auxprogs/ |
H A D | aix5_VKI_info.c | 76 printf("#define VKI_R_OK 0x%08x\n", R_OK);
|
/external/mksh/src/ |
H A D | exec.c | 942 tp->u.fpath = search(name, fpath, R_OK, 983 (npath.ro = search(name, fpath, R_OK, 1047 int mode, /* R_OK or X_OK */ 1171 X_OK | ((iop->flag & IORDUP) ? R_OK : W_OK),
|
H A D | main.c | 1159 ((mode & R_OK) && fl != O_RDONLY) || 1220 int fd = (mode & R_OK) ? coproc.read : coproc.write;
|
H A D | funcs.c | 520 if (p && access(p, R_OK) < 0) 1936 if ((file = search(cp, path, R_OK, &errcode)) == NULL) { 1996 if ((fd = coproc_getfd(R_OK, &emsg)) < 0) { 2010 else if ((fd = check_fd(cp, R_OK, &emsg)) < 0) { 2831 return (test_eaccess(opnd1, R_OK) == 0);
|
/external/llvm/lib/Support/Unix/ |
H A D | Path.inc | 436 return 0 == access(path.c_str(), R_OK); 460 if (0 != access(path.c_str(), R_OK | X_OK )) 630 if (access(beg, R_OK | W_OK) == 0)
|
/external/bluetooth/glib/gio/ |
H A D | glocalfileinfo.c | 72 #ifndef R_OK 73 #define R_OK 4 macro 847 g_access (path, R_OK) == 0);
|