Searched refs:cmdpaths (Results 1 – 2 of 2) sorted by relevance
423 std::vector<std::string> cmdpaths = StringSplit(cmdLine, "/"); in IsSameCommand() local424 if (!cmdpaths.empty()) { in IsSameCommand()425 if (strcmp(cmdpaths.back().c_str(), cmdName.c_str()) == 0) { in IsSameCommand()
503 std::vector<std::string> cmdpaths = StringSplit(cmdLine, "/"); in IsSameCommand() local504 if (!cmdpaths.empty()) { in IsSameCommand()505 if (strcmp(cmdpaths.back().c_str(), cmdName.c_str()) == 0) { in IsSameCommand()