Searched defs:op_file_readable (Results 1 - 2 of 2) sorted by relevance

/external/oprofile/libutil/
H A Dop_file.c26 int op_file_readable(char const * file) function
/external/oprofile/libutil++/
H A Dfile_manip.cpp40 if (!op_file_readable(source))
109 bool op_file_readable(string const & file) function
111 return op_file_readable(file.c_str());

Completed in 56 milliseconds