Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/trace_event/
H A Dcpufreq_monitor_android.cc60 std::string CPUFreqMonitorDelegate::GetRelatedCPUsPathString( in GetRelatedCPUsPathString() function in base::trace_event::CPUFreqMonitorDelegate
80 std::string filename = GetRelatedCPUsPathString(i); in GetCPUIds()
H A Dcpufreq_monitor_android_unittest.cc103 std::string GetRelatedCPUsPathString(unsigned int cpu_id) const override { in GetRelatedCPUsPathString() function in base::trace_event::TestDelegate
163 base::WriteFile(base::FilePath(delegate_->GetRelatedCPUsPathString(i)), in CreateRelatedCPUFiles()
H A Dcpufreq_monitor_android.h49 virtual std::string GetRelatedCPUsPathString(unsigned int cpu_id) const;