OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:op_file_readable
(Results
1 - 11
of
11
) sorted by null
/external/oprofile/libop/
op_get_interface.c
25
if (
op_file_readable
("/proc/sys/dev/oprofile/cpu_type")) {
27
} else if (
op_file_readable
("/dev/oprofile/cpu_type")) {
/external/oprofile/libutil/
op_file.h
22
*
op_file_readable
- is a file readable
29
int
op_file_readable
(char const * file);
op_lockfile.c
46
if (
op_file_readable
(file)) {
op_file.c
26
int
op_file_readable
(char const * file)
function
/external/oprofile/libutil++/
file_manip.h
53
bool
op_file_readable
(std::string const & file);
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/libpp/
locate_images.cpp
134
if (
op_file_readable
(image)) {
151
if (
op_file_readable
(image)) {
/external/oprofile/libutil++/tests/
file_manip_tests.cpp
182
bool result =
op_file_readable
(cur->input);
183
check_result("
op_file_readable
", cur->input, cur->output, result);
/external/oprofile/pp/
oparchive.cpp
43
if (!
op_file_readable
(source))
opannotate.cpp
720
if (
op_file_readable
(absfile))
/external/oprofile/gui/
oprof_start.cpp
143
if (!
op_file_readable
("/dev/oprofile/backtrace_depth")) {
991
if (
op_file_readable
("/dev/oprofile/backtrace_depth")) {
Completed in 515 milliseconds