Searched refs:expand_file_name (Results 1 – 8 of 8) sorted by relevance
195 extern Char* VG_(expand_file_name)(Char* option_name, Char* format);
111 VG_(expand_file_name)("--pc-out-file", clo_pc_out_file); in dumpPcFile()524 VG_(expand_file_name)("--bb-out-file", clo_bb_out_file); in bbv_post_clo_init()
129 Char* VG_(expand_file_name)(Char* option_name, Char* format) in VG_() argument
903 logfilename = VG_(expand_file_name)("--log-file", in main_process_cmd_line_options()962 xmlfilename = VG_(expand_file_name)("--xml-file", in main_process_cmd_line_options()
516 basename = VG_(expand_file_name)( in make_elf_coredump()
2386 VG_(expand_file_name)("--massif-out-file", clo_massif_out_file); in write_snapshots_array_to_file()
1270 VG_(expand_file_name)("--cachegrind-out-file", clo_cachegrind_out_file); in fprint_CC_table_and_calc_totals()
1707 VG_(expand_file_name)("--callgrind-out-file", CLG_(clo).out_format); in CLG_()