OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:op_open_file
(Results
1 - 3
of
3
) sorted by null
/external/oprofile/libutil/
op_fileio.h
34
*
op_open_file
- open a file
41
FILE *
op_open_file
(char const * name, char const * mode);
op_fileio.c
46
FILE *
op_open_file
(char const * name, char const * mode)
function
/external/oprofile/pp/
opgprof.cpp
171
FILE * fp =
op_open_file
(gmon_filename.c_str(), "w");
Completed in 2795 milliseconds