Home
last modified time | relevance | path

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

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