OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kCpuUsageFile
(Results
1 - 2
of
2
) sorted by null
/device/google/wahoo/thermal/
thermal-helper.h
45
constexpr const char *
kCpuUsageFile
= "/proc/stat";
thermal-helper.cpp
205
file = fopen(
kCpuUsageFile
, "r");
207
PLOG(ERROR) << "fillCpuUsages: failed to open file (" <<
kCpuUsageFile
<< ")";
230
<<
kCpuUsageFile
<< ")";
233
<<
kCpuUsageFile
<< ")";
272
PLOG(ERROR) << "fillCpuUsages: file has incorrect format (" <<
kCpuUsageFile
<< ")";
Completed in 64 milliseconds