Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/native_daemon/src/
Dutilities.cpp423 std::vector<std::string> cmdpaths = StringSplit(cmdLine, "/"); in IsSameCommand() local
424 if (!cmdpaths.empty()) { in IsSameCommand()
425 if (strcmp(cmdpaths.back().c_str(), cmdName.c_str()) == 0) { in IsSameCommand()
/developtools/hiperf/src/
Dutilities.cpp484 std::vector<std::string> cmdpaths = StringSplit(cmdLine, "/"); in IsSameCommand() local
485 if (!cmdpaths.empty()) { in IsSameCommand()
486 if (strcmp(cmdpaths.back().c_str(), cmdName.c_str()) == 0) { in IsSameCommand()