HomeSort by: relevance | last modified time | path
    Searched refs:filename_temp (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdbsupport/
pathstuff.cc 393 gdb::char_vector filename_temp (f.length () + 8);
394 strcpy (filename_temp.data (), f.c_str ());
395 strcat (filename_temp.data () + f.size (), "-XXXXXX");
396 return filename_temp;
  /src/external/gpl3/gdb/dist/gdbsupport/
pathstuff.cc 393 gdb::char_vector filename_temp (f.length () + 8);
394 strcpy (filename_temp.data (), f.c_str ());
395 strcat (filename_temp.data () + f.size (), "-XXXXXX");
396 return filename_temp;
  /src/external/gpl3/gdb.old/dist/gdb/dwarf2/
index-write.c 1499 filename_temp = make_temp_filename (filename);
1501 scoped_fd out_file_fd = gdb_mkostemp_cloexec (filename_temp.data (),
1505 filename_temp.data ()).c_str ());
1510 error (_("Can't open `%s' for writing"), filename_temp.data ());
1512 unlink_file.emplace (filename_temp.data ());
1522 if (rename (filename_temp.data (), filename.c_str ()) != 0)
1527 gdb::char_vector filename_temp; member in struct:index_wip_file
1530 FILENAME_TEMP is unlinked, because on MS-Windows one cannot
  /src/external/gpl3/gdb/dist/gdb/dwarf2/
index-write.c 1556 filename_temp = make_temp_filename (filename);
1558 scoped_fd out_file_fd = gdb_mkostemp_cloexec (filename_temp.data (),
1562 filename_temp.data ()).c_str ());
1567 error (_("Can't open `%s' for writing"), filename_temp.data ());
1569 unlink_file.emplace (filename_temp.data ());
1579 if (rename (filename_temp.data (), filename.c_str ()) != 0)
1584 gdb::char_vector filename_temp; member in struct:index_wip_file
1587 FILENAME_TEMP is unlinked, because on MS-Windows one cannot

Completed in 20 milliseconds