Home
last modified time | relevance | path

Searched refs:temp_spare_path (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/base/metrics/
Dpersistent_histogram_allocator.cc838 FilePath temp_spare_path = spare_path.AddExtension(FILE_PATH_LITERAL(".tmp")); in CreateSpareFile() local
841 File spare_file(temp_spare_path, File::FLAG_CREATE_ALWAYS | in CreateSpareFile()
853 success = ReplaceFile(temp_spare_path, spare_path, nullptr); in CreateSpareFile()
856 DeleteFile(temp_spare_path, /*recursive=*/false); in CreateSpareFile()