OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ReadIntFromFile
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
sysinfo.cc
257
//
ReadIntFromFile
is only called on linux and cygwin platforms.
261
static bool
ReadIntFromFile
(const char *file, int *value) {
314
ReadIntFromFile
("/sys/devices/system/cpu/cpu0/tsc_freq_khz", &freq)) {
324
ReadIntFromFile
("/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq",
[
all
...]
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
sysinfo.cc
242
//
ReadIntFromFile
is only called on linux and cygwin platforms.
246
static bool
ReadIntFromFile
(const char *file, int *value) {
299
ReadIntFromFile
("/sys/devices/system/cpu/cpu0/tsc_freq_khz", &freq)) {
309
ReadIntFromFile
("/sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq",
[
all
...]
Completed in 678 milliseconds