Home
last modified time | relevance | path

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

/external/llvm-project/lldb/test/API/python_api/process/io/
DTestProcessIO.py167 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/
DSBLaunchInfo.cpp305 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/
DSBLaunchInfo.i119 AddOpenFileAction (int fd, const char *path, bool read, bool write);
/external/llvm-project/lldb/include/lldb/API/
DSBLaunchInfo.h162 bool AddOpenFileAction(int fd, const char *path, bool read, bool write);