Lines Matching defs:action
84 FileAction::Action action;
102 for (const ForkFileAction &action : actions) {
103 if (action.fd == fd)
117 for (const ForkFileAction &action : info.actions) {
118 switch (action.action) {
120 if (close(action.fd) != 0)
124 if (dup2(action.fd, action.arg) == -1)
128 DupDescriptor(error_fd, action.path.c_str(), action.fd, action.arg);
156 // action to avoid leaking. Only do this when debugging, as elsewhere we
222 : action(act.GetAction()), fd(act.GetFD()), path(act.GetPath().str()),