Home
last modified time | relevance | path

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

/developtools/hiperf/src/
Dutilities.cpp603 for (const auto &subDir : subDirs) { in GetAppPackagePid() local
604 if (!IsDigits(subDir)) { in GetAppPackagePid()
607 std::string fileName {basePath + subDir}; in GetAppPackagePid()
609 if (!IsNeedCheckSamePid(fileName, appPackage, subDir, res, oldPid)) { in GetAppPackagePid()
619 …CheckSamePid(const std::string &fileName, const std::string &appPackage, const std::string &subDir, in IsNeedCheckSamePid() argument
623 res = std::stoul(subDir, nullptr); in IsNeedCheckSamePid()
/developtools/hiperf/include/
Dutilities.h332 …CheckSamePid(const std::string &fileName, const std::string &appPackage, const std::string &subDir,