Searched refs:UrlPath (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Debuginfod/ |
| H A D | Debuginfod.cpp | 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() 480 Log.push("GET " + Request.UrlPath); in DebuginfodServer() [all …]
|
| H A D | HTTPServer.cpp | 74 Request.UrlPath = it; in expandUrlPathMatches()
|
| /llvm-project-15.0.7/llvm/include/llvm/Debuginfod/ |
| H A D | Debuginfod.h | 71 StringRef UrlPath); 77 StringRef UniqueKey, StringRef UrlPath, StringRef CacheDirectoryPath,
|
| H A D | HTTPServer.h | 48 std::string UrlPath;
|
| /llvm-project-15.0.7/llvm/unittests/Debuginfod/ |
| H A D | HTTPServerTests.cpp | 242 EXPECT_EQ(Request.UrlPath, "/abc/1/2"); in TEST_F() 245 Request.setResponse({200u, "text/plain", Request.UrlPath}); in TEST_F() 284 Request.setResponse({200u, "text/plain", Request.UrlPath}); in TEST_F()
|