Searched refs:R_OK (Results 1 – 15 of 15) sorted by relevance
/external/icu4c/tools/tzcode/ |
D | private.h | 119 #ifndef R_OK 120 #define R_OK 4 macro
|
D | localtime.c | 383 if (doaccess && access(name, R_OK) != 0)
|
/external/qemu/android/utils/ |
D | timezone.c | 320 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()
|
D | path.c | 256 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/ |
D | btrecord.c | 344 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()
|
D | btreplay.c | 967 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/ |
D | parser.y | 159 if ((getuid() == 0) || (access(file, R_OK) < 0)) in rfcomm_read_config()
|
D | parser.c | 1722 if ((getuid() == 0) || (access(file, R_OK) < 0)) in rfcomm_read_config()
|
/external/oprofile/libutil/ |
D | op_file.c | 29 return !stat(file, &st) && S_ISREG(st.st_mode) && !access(file, R_OK); in op_file_readable()
|
/external/openssl/ |
D | e_os.h | 325 # ifndef R_OK 326 # define R_OK 4 macro
|
/external/bluez/utils/pand/ |
D | main.c | 108 if (access(script, R_OK | X_OK)) in run_script()
|
/external/e2fsprogs/misc/ |
D | fsck.c | 1118 if (access("/proc/partitions", R_OK) < 0) { in PRS()
|
/external/openssl/apps/ |
D | ca.c | 97 # define R_OK 4 macro 848 if (access(outdir,R_OK|W_OK|X_OK) != 0) in MAIN()
|
/external/strace/ |
D | file.c | 408 { R_OK, "R_OK" },
|
/external/sqlite/dist/ |
D | sqlite3.c | 21352 amode = W_OK|R_OK; in unixAccess() 21355 amode = R_OK; in unixAccess()
|