Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBLaunchInfo.i119 AddDuplicateFileAction (int fd, int dup_fd);
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBLaunchInfo.h160 bool AddDuplicateFileAction(int fd, int dup_fd);
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBLaunchInfo.cpp288 bool SBLaunchInfo::AddDuplicateFileAction(int fd, int dup_fd) { in AddDuplicateFileAction() function in SBLaunchInfo