OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:op_file_readable
(Results
1 - 2
of
2
) sorted by null
/external/oprofile/libutil++/
file_manip.cpp
40
if (!
op_file_readable
(source))
109
bool
op_file_readable
(string const & file)
function
111
return
op_file_readable
(file.c_str());
/external/oprofile/libutil/
op_file.c
26
int
op_file_readable
(char const * file)
function
Completed in 34 milliseconds