OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetSectionIntValue
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/base/
linux_unittest.cc
51
EXPECT_TRUE(proc_info.
GetSectionIntValue
(0, "model", &out_model));
55
EXPECT_TRUE(proc_info.
GetSectionIntValue
(0, "stepping", &out_stepping));
59
EXPECT_TRUE(proc_info.
GetSectionIntValue
(0, "processor", &out_processor));
linux.h
100
virtual bool
GetSectionIntValue
(size_t section_num, const std::string& key,
linux.cc
66
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,
Completed in 99 milliseconds