Searched defs:output_fd (Results 1 – 1 of 1) sorted by relevance
1213 fd_t output_fd) { in run_profman_dump()1274 fd_t output_fd = open(out_file_name.c_str(), O_WRONLY | O_CREAT | O_TRUNC | O_NOFOLLOW); in dump_profile() local