Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Utility/
DReproducerProvider.cpp48 FlushingFileCollector::FlushingFileCollector(llvm::StringRef files_path, in FlushingFileCollector() argument
55 m_files_os.emplace(files_path, ec, llvm::sys::fs::OF_Append); in FlushingFileCollector()
DReproducer.cpp387 std::string files_path = in Finalize() local
397 addPaths(files_path, [&](StringRef p) { collector.addFile(p); })) in Finalize()
/external/llvm-project/lldb/include/lldb/Utility/
DReproducerProvider.h95 FlushingFileCollector(llvm::StringRef files_path, llvm::StringRef dirs_path,