Searched defs:GetSectionIntValue (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/webrtc/base/
H A Dlinux.cc66 if (GetSectionIntValue(i, "processor", &processor_id)) {
103 if (GetSectionIntValue(i, "physical id", &physical_id) &&
104 GetSectionIntValue(i, "cpu cores", &cores) &&
130 if (GetSectionIntValue(i, "CPU architecture", &cpu_family)) {
136 GetSectionIntValue(0, "cpu family", &cpu_family);
158 bool ProcCpuInfo::GetSectionIntValue(size_t section_num, function in class:rtc::ProcCpuInfo

Completed in 174 milliseconds