Searched refs:cpuCoresFilePath (Results 1 – 1 of 1) sorted by relevance
63 const std::string cpuCoresFilePath = "/sys/devices/system/cpu/possible"; in GetNumOfCpuCores() local64 std::string cpuCoresFileFirstLine = FileUtil::GetFirstLine(cpuCoresFilePath); in GetNumOfCpuCores()66 … HIVIEW_LOGW("failed to get cpu cores content from file=%{public}s", cpuCoresFilePath.c_str()); in GetNumOfCpuCores()