Searched refs:InstallPath (Results 1 – 2 of 2) sorted by relevance
373 local InstallPath="$1"374 for Candidate in `find $InstallPath/{bin,lib} -type f`; do
1289 for (const auto &InstallPath : CandidateGCCInstallPaths) in print() local1290 OS << "Found candidate GCC installation: " << InstallPath << "\n"; in print()