Home
last modified time | relevance | path

Searched refs:op_open_file (Results 1 – 3 of 3) sorted by relevance

/external/oprofile/libutil/
Dop_fileio.h41 FILE * op_open_file(char const * name, char const * mode);
Dop_fileio.c46 FILE * op_open_file(char const * name, char const * mode) in op_open_file() function
/external/oprofile/pp/
Dopgprof.cpp171 FILE * fp = op_open_file(gmon_filename.c_str(), "w"); in output_gprof()