Lines Matching refs:UrlPath
102 SmallString<64> UrlPath; in getCachedOrDownloadSource() local
103 sys::path::append(UrlPath, sys::path::Style::posix, "buildid", in getCachedOrDownloadSource()
106 return getCachedOrDownloadArtifact(uniqueKey(UrlPath), UrlPath); in getCachedOrDownloadSource()
110 SmallString<64> UrlPath; in getCachedOrDownloadExecutable() local
111 sys::path::append(UrlPath, sys::path::Style::posix, "buildid", in getCachedOrDownloadExecutable()
113 return getCachedOrDownloadArtifact(uniqueKey(UrlPath), UrlPath); in getCachedOrDownloadExecutable()
117 SmallString<64> UrlPath; in getCachedOrDownloadDebuginfo() local
118 sys::path::append(UrlPath, sys::path::Style::posix, "buildid", in getCachedOrDownloadDebuginfo()
120 return getCachedOrDownloadArtifact(uniqueKey(UrlPath), UrlPath); in getCachedOrDownloadDebuginfo()
125 StringRef UrlPath) { in getCachedOrDownloadArtifact() argument
133 return getCachedOrDownloadArtifact(UniqueKey, UrlPath, CacheDir, in getCachedOrDownloadArtifact()
213 StringRef UniqueKey, StringRef UrlPath, StringRef CacheDirectoryPath, in getCachedOrDownloadArtifact() argument
250 sys::path::append(ArtifactUrl, sys::path::Style::posix, ServerUrl, UrlPath); in getCachedOrDownloadArtifact()
515 Log.push("GET " + Request.UrlPath); in DebuginfodServer()
533 Log.push("GET " + Request.UrlPath); in DebuginfodServer()