Searched refs:AddOpenFileAction (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/lldb/test/API/python_api/process/io/ |
D | TestProcessIO.py | 167 self.launch_info.AddOpenFileAction(0, self.input_file, True, False) 171 self.launch_info.AddOpenFileAction(1, self.output_file, False, True) 175 self.launch_info.AddOpenFileAction(2, self.error_file, False, True)
|
/external/llvm-project/lldb/source/API/ |
D | SBLaunchInfo.cpp | 305 bool SBLaunchInfo::AddOpenFileAction(int fd, const char *path, bool read, in AddOpenFileAction() function in SBLaunchInfo 307 LLDB_RECORD_METHOD(bool, SBLaunchInfo, AddOpenFileAction, in AddOpenFileAction() 396 LLDB_REGISTER_METHOD(bool, SBLaunchInfo, AddOpenFileAction, in RegisterMethods()
|
/external/llvm-project/lldb/bindings/interface/ |
D | SBLaunchInfo.i | 119 AddOpenFileAction (int fd, const char *path, bool read, bool write);
|
/external/llvm-project/lldb/include/lldb/API/ |
D | SBLaunchInfo.h | 162 bool AddOpenFileAction(int fd, const char *path, bool read, bool write);
|