OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kCpuOnlineFileFormat
(Results
1 - 2
of
2
) sorted by null
/device/google/wahoo/thermal/
thermal-helper.h
47
constexpr const char *
kCpuOnlineFileFormat
= "/sys/devices/system/cpu/cpu%d/online";
thermal-helper.cpp
243
snprintf(file_name, PATH_MAX,
kCpuOnlineFileFormat
, cpu_num);
Completed in 56 milliseconds