Searched refs:R_OK (Results 1 - 25 of 38) 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/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.c260 CHECKED(ret, access(path, R_OK));
268 CHECKED(ret, access(path, R_OK));
528 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.c109 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/linux-tools-perf/util/
H A Dconfig.c407 if (perf_config_system() && !access(perf_etc_perfconfig(), R_OK)) {
416 if (!access(user_config, R_OK)) {
H A Dannotate.c290 access(symfs_filename, R_OK)) {
H A Dmap.c650 if (access(path, R_OK)) {
/external/libcap-ng/libcap-ng-0.7/utils/
H A Dcaptest.c178 if (access("/etc/shadow", R_OK) == 0)
/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.h358 # ifndef R_OK
359 # define R_OK 4 macro
/external/mksh/src/
H A Dexec.c1085 tp->u.fpath = search_path(name, fpath, R_OK,
1129 (npath.ro = search_path(name, fpath, R_OK,
1192 /* R_OK or X_OK */
1331 X_OK | ((iop->flag & IORDUP) ? R_OK : W_OK),
H A Dfuncs.c247 if (p && access(p, R_OK) < 0)
1716 if ((file = search_path(cp, path, R_OK, &errcode)) == NULL) {
1811 if ((fd = coproc_getfd(R_OK, &ccp)) < 0) {
1835 else if ((fd = check_fd(builtin_opt.optarg, R_OK, &ccp)) < 0) {
2867 return (access(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/okhttp/src/main/java/libcore/io/
H A DOsConstants.java247 public static final int R_OK = placeholder(); field in class:OsConstants

Completed in 993 milliseconds

12