Searched refs:validPaths (Results 1 – 2 of 2) sorted by relevance
154 bool VerifyFilePath(const std::string& filePath, const std::vector<const std::string>& validPaths) in VerifyFilePath() argument156 if (validPaths.size() == 0) { in VerifyFilePath()160 for (auto validPath : validPaths) { in VerifyFilePath()
32 …bool VerifyFilePath(const std::string& filePath, const std::vector<const std::string>& validPaths);