Home
last modified time | relevance | path

Searched refs:CPU_STR (Results 1 – 1 of 1) sorted by relevance

/base/hiviewdfx/hidumper/services/native/src/
Ddump_common_utils.cpp32 static const std::string CPU_STR = "cpu"; variable
48 if (!StartWith(name, CPU_STR)) { in GetCpuInfos()
51 std::string cpuId = name.substr(CPU_STR.size()); in GetCpuInfos()