Searched refs:op_open_file (Results 1 – 3 of 3) sorted by relevance
41 FILE * op_open_file(char const * name, char const * mode);
46 FILE * op_open_file(char const * name, char const * mode) in op_open_file() function
171 FILE * fp = op_open_file(gmon_filename.c_str(), "w"); in output_gprof()