Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp547 llvm::StringRef outputFilePath = sys::path::filename(Name); in doExtract() local
549 outs() << "x - " << outputFilePath << '\n'; in doExtract()
552 failIfError(sys::fs::openFileForWrite(outputFilePath, FD, in doExtract()