Searched refs:DiskFiles (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/lldb/unittests/Interpreter/ |
D | TestCompletion.cpp | 192 CommandCompletions::DiskFiles(Twine(BaseDir) + "/fooa", Results, Resolver); in TEST_F() 198 CommandCompletions::DiskFiles(Twine(BaseDir) + "/aa", Results, Resolver); in TEST_F() 203 CommandCompletions::DiskFiles(Twine(BaseDir) + "/", Results, Resolver); in TEST_F() 221 CommandCompletions::DiskFiles(Twine(BaseDir) + "/foo", Results, Resolver); in TEST_F()
|
/external/llvm-project/lldb/include/lldb/Interpreter/ |
D | CommandCompletions.h | 64 static void DiskFiles(CommandInterpreter &interpreter, 67 static void DiskFiles(const llvm::Twine &partial_file_name,
|
/external/llvm-project/lldb/source/Commands/ |
D | CommandCompletions.cpp | 56 {eDiskFileCompletion, CommandCompletions::DiskFiles}, in InvokeCommonCompletionCallbacks() 470 void CommandCompletions::DiskFiles(CommandInterpreter &interpreter, in DiskFiles() function in CommandCompletions 476 void CommandCompletions::DiskFiles(const llvm::Twine &partial_file_name, in DiskFiles() function in CommandCompletions
|
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
D | GDBRemoteCommunicationServerPlatform.cpp | 428 CommandCompletions::DiskFiles(path, matches, resolver); in Handle_qPathComplete()
|