Searched refs:FoundPath (Results 1 – 4 of 4) sorted by relevance
43 std::optional<std::string> FoundPath; in FindInEnvPath() local46 return FoundPath; in FindInEnvPath()62 FoundPath = std::string(FilePath.str()); in FindInEnvPath()67 return FoundPath; in FindInEnvPath()
161 bool FoundPath = false; in lookupInBases() local236 FoundPath = FoundPathThroughBase = true; in lookupInBases()243 return FoundPath; in lookupInBases()282 FoundPath = FoundPathThroughBase = true; in lookupInBases()284 return FoundPath; in lookupInBases()303 return FoundPath; in lookupInBases()
359 bool FoundPath = false; in lexCommand() local374 if (!FoundPath) { in lexCommand()376 FoundPath = true; in lexCommand()
1535 bool FoundPath = false; in computePath() local1538 FoundPath |= in computePath()1542 FoundPath |= in computePath()1544 if (FoundPath) in computePath()1546 return FoundPath; in computePath()