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

  /src/external/gpl3/gdb/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.old/dist/gdb/dwarf2/
index-write.c 1501 filename_temp = make_temp_filename (filename);
1503 scoped_fd out_file_fd = gdb_mkostemp_cloexec (filename_temp.data (),
1507 filename_temp.data ()).c_str ());
1512 error (_("Can't open `%s' for writing"), filename_temp.data ());
1514 unlink_file.emplace (filename_temp.data ());
1524 if (rename (filename_temp.data (), filename.c_str ()) != 0)
1529 gdb::char_vector filename_temp; member in struct:index_wip_file
1532 FILENAME_TEMP is unlinked, because on MS-Windows one cannot

Completed in 38 milliseconds