Searched defs:ForkLaunchInfo (Results 1 – 1 of 1) sorted by relevance
98 struct ForkLaunchInfo { struct101 bool separate_process_group;102 bool debug;103 bool disable_aslr;104 std::string wd;105 const char **argv;106 Environment::Envp envp;107 std::vector<ForkFileAction> actions;109 bool has_action(int fd) const { in has_action()247 ForkLaunchInfo::ForkLaunchInfo(const ProcessLaunchInfo &info) in ForkLaunchInfo() function in ForkLaunchInfo