Searched refs:tmp_filename (Results 1 – 3 of 3) sorted by relevance
270 std::string tmp_filename in gdb_initfile_finder() local272 if (stat (tmp_filename.c_str (), &s) != 0 in gdb_initfile_finder()276 = get_ext_lang_of_file (tmp_filename.c_str ()); in gdb_initfile_finder()282 files.push_back (std::move (tmp_filename)); in gdb_initfile_finder()
7284 set tmp_filename $filename.[pid]7285 set fd [open $tmp_filename w]7290 exec chmod +x $tmp_filename7292 tentative_rename $tmp_filename $filename
11767 char * tmp_filename; in load_separate_debug_info() local11771 & tmp_filename, in load_separate_debug_info()11777 debug_filename = tmp_filename; in load_separate_debug_info()