Searched refs:getCachedOrDownloadExecutable (Results 1 – 3 of 3) sorted by relevance
101 Path = ExitOnErr(getCachedOrDownloadExecutable(ID)); in main()
62 Expected<std::string> getCachedOrDownloadExecutable(BuildIDRef ID);
100 Expected<std::string> getCachedOrDownloadExecutable(BuildIDRef ID) { in getCachedOrDownloadExecutable() function442 Expected<std::string> PathOrErr = getCachedOrDownloadExecutable(ID); in findBinaryPath()