Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/source/Host/posix/
H A DProcessLauncherPosixFork.cpp89 struct ForkFileAction { struct
92 FileAction::Action action;
93 int fd;
94 std::string path;
95 int arg;
225 ForkFileAction::ForkFileAction(const FileAction &act) in ForkFileAction() function in ForkFileAction