Home
last modified time | relevance | path

Searched refs:bundleNameTmp (Results 1 - 1 of 1) sorted by relevance

/developtools/hiperf/src/
H A Dutilities.cpp666 std::string bundleNameTmp = bundleName; in IsExistDebugByApp() local
667 auto pos = bundleNameTmp.find(":"); in IsExistDebugByApp()
669 bundleNameTmp = bundleNameTmp.substr(0, pos); in IsExistDebugByApp()
671 if (!IsSupportNonDebuggableApp() && !bundleNameTmp.empty() && !IsDebugableApp(bundleNameTmp)) { in IsExistDebugByApp()

Completed in 2 milliseconds