Home
last modified time | relevance | path

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

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