Home
last modified time | relevance | path

Searched defs:copyFiles (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/lib/Support/
H A DFileCollector.cpp178 std::error_code FileCollector::copyFiles(bool StopOnError) { in copyFiles() function in FileCollector
/llvm-project/llvm/unittests/Support/
H A DFileCollectorTest.cpp99 TEST(FileCollectorTest, copyFiles) { in TEST() argument