Searched refs:FoundPath (Results 1 – 4 of 4) sorted by relevance
42 std::optional<std::string> FoundPath; in FindInEnvPath() local45 return FoundPath; in FindInEnvPath()61 FoundPath = std::string(FilePath); in FindInEnvPath()66 return FoundPath; in FindInEnvPath()
160 bool FoundPath = false; in lookupInBases() local243 FoundPath = FoundPathThroughBase = true; in lookupInBases()250 return FoundPath; in lookupInBases()285 FoundPath = FoundPathThroughBase = true; in lookupInBases()287 return FoundPath; in lookupInBases()306 return FoundPath; in lookupInBases()
353 bool FoundPath = false; in lexCommand() local368 if (!FoundPath) { in lexCommand()370 FoundPath = true; in lexCommand()
2219 bool FoundPath = false; in computePath() local2222 FoundPath |= in computePath()2226 FoundPath |= in computePath()2228 if (FoundPath) in computePath()2230 return FoundPath; in computePath()