Searched refs:R_OK (Results 1 - 25 of 36) sorted by relevance

12

/external/qemu/
H A Dkvm-android.c28 if (access("/dev/kvm",R_OK)) {
H A Dos-posix.c140 if (access(res, R_OK)) {
142 if (access(res, R_OK)) {
H A Dos-win32.c220 if (access(buf, R_OK) == 0) {
H A Dvl.c1954 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 DTestShellGtk.cpp121 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 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/webkit/Source/WebCore/platform/sql/chromium/
H A DSQLiteFileSystemChromiumPosix.cpp128 *res = (attr & W_OK) && (attr & R_OK);
131 *res = (attr & R_OK);
/external/bluetooth/bluez/tools/
H A Dparser.y158 if ((getuid() == 0) || (access(file, R_OK) < 0))
H A Dparser.c275 if ((getuid() == 0) || (access(file, R_OK) < 0))
/external/qemu/android/utils/
H A Dtimezone.c320 if ( access( env, R_OK ) != 0 ) {
345 if ( access( localtime, R_OK ) != 0 ) {
349 if (p >= end || access( temp, R_OK ) != 0 ) {
H A Dpath.c256 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 Dlauncher-darwin.c122 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 Dlauncher-linux.c115 if (access(fullname, R_OK|X_OK) == 0)
/external/oprofile/libutil/
H A Dop_file.c29 return !stat(file, &st) && S_ISREG(st.st_mode) && !access(file, R_OK);
/external/webkit/Source/WebKit/chromium/src/gtk/
H A DWebFontInfo.cpp98 if (access(reinterpret_cast<char*>(cFilename), R_OK))
/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/webkit/Source/WebKit/efl/ewk/
H A Dewk_settings.cpp158 if (access(directory, R_OK | W_OK)) {
/external/openssl/
H A De_os.h361 # ifndef R_OK
362 # define R_OK 4 macro
/external/valgrind/main/auxprogs/
H A Daix5_VKI_info.c76 printf("#define VKI_R_OK 0x%08x\n", R_OK);
/external/mksh/src/
H A Dexec.c942 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 Dmain.c1159 ((mode & R_OK) && fl != O_RDONLY) ||
1220 int fd = (mode & R_OK) ? coproc.read : coproc.write;
H A Dfuncs.c520 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 DPath.inc436 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 Dglocalfileinfo.c72 #ifndef R_OK
73 #define R_OK 4 macro
847 g_access (path, R_OK) == 0);

Completed in 594 milliseconds

12