Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Support/
H A DFileCollectorTest.cpp166 TempDir subdir3(file_root.path("subdir3")); in TEST() local
167 TempFile subdir3a(subdir3.path("aa")); in TEST()
168 TempDir subdir3b(subdir3.path("subdirb")); in TEST()
169 { TempFile subdir3fileremoved(subdir3.path("removed")); } in TEST()
188 auto It = VFS->dir_begin(subdir3.path(), EC); in TEST()
190 EXPECT_TRUE(Collector->hasSeen(subdir3.path())); in TEST()
193 std::string RemovedFileName((Twine(subdir3.path("removed"))).str()); in TEST()