Home
last modified time | relevance | path

Searched refs:R_OK (Results 1 – 15 of 15) sorted by relevance

/external/icu4c/tools/tzcode/
Dprivate.h119 #ifndef R_OK
120 #define R_OK 4 macro
Dlocaltime.c383 if (doaccess && access(name, R_OK) != 0)
/external/qemu/android/utils/
Dtimezone.c320 if ( access( env, R_OK ) != 0 ) { in get_zoneinfo_timezone()
345 if ( access( localtime, R_OK ) != 0 ) { in get_zoneinfo_timezone()
349 if (p >= end || access( temp, R_OK ) != 0 ) { in get_zoneinfo_timezone()
Dpath.c256 CHECKED(ret, access(path, R_OK)); in path_can_read()
264 CHECKED(ret, access(path, R_OK)); in path_can_write()
461 if ( access(source, R_OK) < 0 ) { in path_copy_file()
/external/blktrace/btreplay/
Dbtrecord.c344 if (access(full_name, R_OK) != 0) in add_input_file()
399 if (access(idir, R_OK | X_OK) != 0) { in handle_args()
408 if (access(odir, R_OK | X_OK) != 0) { in handle_args()
Dbtreplay.c967 if (access(full_name, R_OK) != 0) in __find_input_files()
1481 if (access(idir, R_OK | X_OK) != 0) { in handle_args()
/external/bluez/utils/rfcomm/
Dparser.y159 if ((getuid() == 0) || (access(file, R_OK) < 0)) in rfcomm_read_config()
Dparser.c1722 if ((getuid() == 0) || (access(file, R_OK) < 0)) in rfcomm_read_config()
/external/oprofile/libutil/
Dop_file.c29 return !stat(file, &st) && S_ISREG(st.st_mode) && !access(file, R_OK); in op_file_readable()
/external/openssl/
De_os.h325 # ifndef R_OK
326 # define R_OK 4 macro
/external/bluez/utils/pand/
Dmain.c108 if (access(script, R_OK | X_OK)) in run_script()
/external/e2fsprogs/misc/
Dfsck.c1118 if (access("/proc/partitions", R_OK) < 0) { in PRS()
/external/openssl/apps/
Dca.c97 # define R_OK 4 macro
848 if (access(outdir,R_OK|W_OK|X_OK) != 0) in MAIN()
/external/strace/
Dfile.c408 { R_OK, "R_OK" },
/external/sqlite/dist/
Dsqlite3.c21352 amode = W_OK|R_OK; in unixAccess()
21355 amode = R_OK; in unixAccess()