Searched refs:active_path (Results 1 – 4 of 4) sorted by relevance
/external/libchrome/base/metrics/ |
D | persistent_histogram_allocator.cc | 711 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()
|
D | persistent_histogram_allocator.h | 369 const FilePath& active_path,
|
/external/autotest/client/cros/scripts/ |
D | profile | 31 def print_profile_path(profile_path, active_path): argument 33 if profile_path == active_path:
|
/external/llvm-project/lldb/source/Target/ |
D | StackFrameList.cpp | 287 CallSequence active_path = {}; in FindInterveningFrames() member 311 solution_path = active_path; in FindInterveningFrames() 327 active_path.push_back(CallDescriptor{&callee}); in FindInterveningFrames() 333 std::tie(active_path.back().address_type, active_path.back().address) = in FindInterveningFrames() 340 active_path.pop_back(); in FindInterveningFrames()
|