Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Host/
H A DFileSystem.h64 llvm::vfs::directory_iterator DirBegin(const FileSpec &file_spec,
66 llvm::vfs::directory_iterator DirBegin(const llvm::Twine &dir,
/llvm-project-15.0.7/lldb/source/Host/common/
H A DFileSystem.cpp68 vfs::directory_iterator FileSystem::DirBegin(const FileSpec &file_spec, in DirBegin() function in FileSystem
75 return DirBegin(file_spec.GetPath(), ec); in DirBegin()
78 vfs::directory_iterator FileSystem::DirBegin(const Twine &dir, in DirBegin() function in FileSystem
/llvm-project-15.0.7/lldb/unittests/Host/
H A DFileSystemTest.cpp312 fs.DirBegin(spec, ec); in TEST()
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandCompletions.cpp408 llvm::vfs::directory_iterator Iter = fs.DirBegin(SearchDir, EC); in DiskFilesOrDirectories()