Home
last modified time | relevance | path

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

/external/libchrome/base/metrics/
Dpersistent_histogram_allocator.cc711 const FilePath& active_path, in CreateWithActiveFile() argument
717 if (!base::ReplaceFile(active_path, base_path, nullptr)) in CreateWithActiveFile()
719 DCHECK(!base::PathExists(active_path)); in CreateWithActiveFile()
723 base::ReplaceFile(spare_path, active_path, nullptr); in CreateWithActiveFile()
727 return base::GlobalHistogramAllocator::CreateWithFile(active_path, size, id, in CreateWithActiveFile()
736 FilePath base_path, active_path, spare_path; in CreateWithActiveFileInDir() local
737 ConstructFilePaths(dir, name, &base_path, &active_path, &spare_path); in CreateWithActiveFileInDir()
738 return CreateWithActiveFile(base_path, active_path, spare_path, size, id, in CreateWithActiveFileInDir()
Dpersistent_histogram_allocator.h369 const FilePath& active_path,
/external/autotest/client/cros/scripts/
Dprofile31 def print_profile_path(profile_path, active_path): argument
33 if profile_path == active_path: