Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Support/
H A DFileCollectorTest.cpp152 llvm::SmallString<128> SubdirInRoot = root.path(); in TEST() local
153 llvm::sys::path::append(SubdirInRoot, in TEST()
155 ec = sys::fs::is_directory(SubdirInRoot, IsDirectory); in TEST()