Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/native_daemon/src/
Dutilities.cpp208 const int prefixPathLen = 2; in IsPath() local
209 if (fileName.substr(0, prefixPathLen) == "./") { in IsPath()
/developtools/hiperf/src/
Dutilities.cpp283 const int prefixPathLen = 2; in IsPath() local
284 if (fileName.substr(0, prefixPathLen) == "./") { in IsPath()