Home
last modified time | relevance | path

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

/developtools/profiler/device/base/src/
Dcommon.cpp132 std::string fullProcess; in IsProcessExist() local
134 fullProcess = str.substr(found + 1); in IsProcessExist()
136 fullProcess = str; in IsProcessExist()
138 if (fullProcess == processName) { in IsProcessExist()