Home | History | Annotate | Download | only in src

Lines Matching defs:Argv

872   char* const* Argv() {
882 char* const* argv; // Command-line arguments for the child's call to exec
925 execve(args->argv[0], args->argv, GetEnviron());
927 args->argv[0],
956 static pid_t ExecDeathTestFork(char* const* argv, int close_fd) {
957 ExecDeathTestArgs args = { argv, close_fd };
1032 const pid_t child_pid = ExecDeathTestFork(args.Argv(), pipe_fd[0]);