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