Home
last modified time | relevance | path

Searched refs:op_file_readable (Results 1 – 13 of 13) sorted by relevance

/external/oprofile/libop/
Dop_get_interface.c25 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()
/external/oprofile/libutil++/
Dfile_manip.cpp40 if (!op_file_readable(source)) in copy_file()
109 bool op_file_readable(string const & file) in op_file_readable() function
111 return op_file_readable(file.c_str()); in op_file_readable()
Dfile_manip.h53 bool op_file_readable(std::string const & file);
/external/oprofile/libutil/
Dop_file.h29 int op_file_readable(char const * file);
Dop_lockfile.c46 if (op_file_readable(file)) { in op_write_lock_file()
Dop_file.c26 int op_file_readable(char const * file) in op_file_readable() function
/external/oprofile/libpp/
Dlocate_images.cpp134 if (op_file_readable(image)) { in locate_image()
151 if (op_file_readable(image)) { in locate_image()
/external/oprofile/libutil++/tests/
Dfile_manip_tests.cpp182 bool result = op_file_readable(cur->input); in op_file_readable_tests()
/external/oprofile/pp/
Doparchive.cpp43 if (!op_file_readable(source)) in copy_one_file()
Dopannotate.cpp720 if (op_file_readable(absfile)) in locate_source_file()
/external/oprofile/gui/
Doprof_start.cpp143 if (!op_file_readable("/dev/oprofile/backtrace_depth")) { in oprof_start()
991 if (op_file_readable("/dev/oprofile/backtrace_depth")) { in save_config()
/external/oprofile/
DChangeLog-2005539 * libutil/op_file.h: op_file_readable() accept only regular file
DChangeLog-20022192 * libutil/op_file.c: add op_file_readable(),