Searched refs:SYS_CPU_FILE (Results 1 – 2 of 2) sorted by relevance
32 const std::string SYS_CPU_FILE = "/proc/stat"; variable
94 fp = fopen(SYS_CPU_FILE.c_str(), FILE_READ_PERMISSION.c_str()); in GetSysCpuInfo()