Home
last modified time | relevance | path

Searched defs:ForkFileAction (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DProcessLauncherPosixFork.cpp82 struct ForkFileAction { struct
85 FileAction::Action action;
86 int fd;
87 std::string path;
88 int arg;
231 ForkFileAction::ForkFileAction(const FileAction &act) in ForkFileAction() function in ForkFileAction