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()
120 Char* VG_(expand_file_name)(Char* option_name, Char* format) in VG_() argument
353 filename = VG_(expand_file_name)(xml ? "--xml-file" : "--log-file", in reopen_output_fd()
499 basename = VG_(expand_file_name)( in make_elf_coredump()
1264 VG_(expand_file_name)("--cachegrind-out-file", clo_cachegrind_out_file); in fprint_CC_table_and_calc_totals()
2373 VG_(expand_file_name)("--massif-out-file", clo_massif_out_file); in write_snapshots_array_to_file()
1707 VG_(expand_file_name)("--callgrind-out-file", CLG_(clo).out_format); in CLG_()