Searched refs:CachedFilePath (Results 1 – 1 of 1) sorted by relevance
36 SmallString<64> CachedFilePath; in TEST() local37 sys::fs::createTemporaryFile("llvmcache-key", "temp", FD, CachedFilePath); in TEST()38 StringRef CacheDir = sys::path::parent_path(CachedFilePath); in TEST()39 StringRef UniqueKey = sys::path::filename(CachedFilePath); in TEST()48 EXPECT_THAT_EXPECTED(PathOrErr, HasValue(CachedFilePath)); in TEST()