Searched refs:op_file_readable (Results 1 – 13 of 13) sorted by relevance
25 if (op_file_readable("/proc/sys/dev/oprofile/cpu_type")) { in op_get_interface()27 } else if (op_file_readable("/dev/oprofile/cpu_type")) { in op_get_interface()
40 if (!op_file_readable(source)) in copy_file()109 bool op_file_readable(string const & file) in op_file_readable() function111 return op_file_readable(file.c_str()); in op_file_readable()
53 bool op_file_readable(std::string const & file);
29 int op_file_readable(char const * file);
46 if (op_file_readable(file)) { in op_write_lock_file()
26 int op_file_readable(char const * file) in op_file_readable() function
134 if (op_file_readable(image)) { in locate_image()151 if (op_file_readable(image)) { in locate_image()
182 bool result = op_file_readable(cur->input); in op_file_readable_tests()
43 if (!op_file_readable(source)) in copy_one_file()
720 if (op_file_readable(absfile)) in locate_source_file()
143 if (!op_file_readable("/dev/oprofile/backtrace_depth")) { in oprof_start()991 if (op_file_readable("/dev/oprofile/backtrace_depth")) { in save_config()
539 * libutil/op_file.h: op_file_readable() accept only regular file
2192 * libutil/op_file.c: add op_file_readable(),