Home
last modified time | relevance | path

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

/external/perfetto/src/traced/probes/common/
Dcpu_freq_info_for_testing.cc66 std::reverse(dirs_to_remove_.begin(), dirs_to_remove_.end()); in ~CpuFreqInfoForTesting()
67 for (auto path : dirs_to_remove_) in ~CpuFreqInfoForTesting()
76 dirs_to_remove_.push_back(path); in AddDir()
Dcpu_freq_info_for_testing.h40 std::vector<std::string> dirs_to_remove_; variable