Searched refs:temp_file_name (Results 1 – 2 of 2) sorted by relevance
333 temp_file_name = output_file_name + '.tmp'334 with open(temp_file_name, 'w') as output_file:336 os.replace(temp_file_name, output_file_name)
186 const auto temp_file_name = stream.str(); in WriteAtomically() local188 auto temp_file = OpenFile(base_directory, temp_file_name.c_str(), true, in WriteAtomically()210 return ::renameat(base_directory.get(), temp_file_name.c_str(), in WriteAtomically()