Searched refs:singleFilterPath (Results 1 – 1 of 1) sorted by relevance
80 static int CheckSingleFilterPath(std::vector<std::string> &singleFilterPath) in CheckSingleFilterPath() argument82 if (singleFilterPath.empty()) { in CheckSingleFilterPath()85 for (size_t j = 0; j < singleFilterPath.size(); j++) { in CheckSingleFilterPath()86 if (singleFilterPath[j].empty()) { in CheckSingleFilterPath()89 for (auto oneChar : singleFilterPath[j]) { in CheckSingleFilterPath()95 …if (!singleFilterPath.empty() && !singleFilterPath[0].empty() && isdigit(singleFilterPath[0][0])) { in CheckSingleFilterPath()