Searched refs:FoundPath (Results 1 – 4 of 4) sorted by relevance
43 std::optional<std::string> FoundPath; in FindInEnvPath() local 46 return FoundPath; in FindInEnvPath() 62 FoundPath = std::string(FilePath); in FindInEnvPath() 67 return FoundPath; in FindInEnvPath()
162 bool FoundPath = false; in lookupInBases() local237 FoundPath = FoundPathThroughBase = true; in lookupInBases()244 return FoundPath; in lookupInBases()283 FoundPath = FoundPathThroughBase = true; in lookupInBases()285 return FoundPath; in lookupInBases()304 return FoundPath; in lookupInBases()
359 bool FoundPath = false; in lexCommand() local374 if (!FoundPath) { in lexCommand()376 FoundPath = true; in lexCommand()
2016 bool FoundPath = false; in registerPressureFilter() 2019 FoundPath |= in registerPressureFilter() 2023 FoundPath |= in registerPressureFilter() 2025 if (FoundPath) in registerPressureFilter() 2027 return FoundPath; in registerPressureFilter() 1956 bool FoundPath = false; computePath() local