Lines Matching refs:UrlPath
93 SmallString<64> UrlPath; in getCachedOrDownloadSource() local
94 sys::path::append(UrlPath, sys::path::Style::posix, "buildid", in getCachedOrDownloadSource()
97 return getCachedOrDownloadArtifact(uniqueKey(UrlPath), UrlPath); in getCachedOrDownloadSource()
101 SmallString<64> UrlPath; in getCachedOrDownloadExecutable() local
102 sys::path::append(UrlPath, sys::path::Style::posix, "buildid", in getCachedOrDownloadExecutable()
104 return getCachedOrDownloadArtifact(uniqueKey(UrlPath), UrlPath); in getCachedOrDownloadExecutable()
108 SmallString<64> UrlPath; in getCachedOrDownloadDebuginfo() local
109 sys::path::append(UrlPath, sys::path::Style::posix, "buildid", in getCachedOrDownloadDebuginfo()
111 return getCachedOrDownloadArtifact(uniqueKey(UrlPath), UrlPath); in getCachedOrDownloadDebuginfo()
116 StringRef UrlPath) { in getCachedOrDownloadArtifact() argument
129 return getCachedOrDownloadArtifact(UniqueKey, UrlPath, CacheDir, in getCachedOrDownloadArtifact()
170 StringRef UniqueKey, StringRef UrlPath, StringRef CacheDirectoryPath, in getCachedOrDownloadArtifact() argument
207 sys::path::append(ArtifactUrl, sys::path::Style::posix, ServerUrl, UrlPath); in getCachedOrDownloadArtifact()
480 Log.push("GET " + Request.UrlPath); in DebuginfodServer()
498 Log.push("GET " + Request.UrlPath); in DebuginfodServer()