Home
last modified time | relevance | path

Searched refs:file_root (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/Support/
H A DFileCollectorTest.cpp103 TempFile a(file_root.path("aaa")); in TEST()
104 TempFile b(file_root.path("bbb")); in TEST()
105 TempFile c(file_root.path("ccc")); in TEST()
165 TempFile b(file_root.path("b")); in TEST()
204 TempFile a(file_root.path("aaa")); in TEST()
205 TempFile b(file_root.path("bbb")); in TEST()
206 TempFile c(file_root.path("ccc")); in TEST()
209 TempDir foo(file_root.path("foo")); in TEST()
216 TempLink symlink(file_root.path("foo"), file_root.path("bar")); in TEST()
263 TempFile a(file_root.path("a")); in TEST()
[all …]