Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/
H A Dmemory_collector_impl.cpp560 std::string parsePidStr; in GetSnapshotPath() local
564 parsePidStr = match[1].str(); in GetSnapshotPath()
566 if (pidStr.compare(parsePidStr) != 0) { in GetSnapshotPath()