Lines Matching defs:Argv
869 char* const* Argv() {
879 char* const* argv; // Command-line arguments for the child's call to exec
922 execve(args->argv[0], args->argv, GetEnviron());
924 args->argv[0],
953 static pid_t ExecDeathTestFork(char* const* argv, int close_fd) {
954 ExecDeathTestArgs args = { argv, close_fd };
1029 const pid_t child_pid = ExecDeathTestFork(args.Argv(), pipe_fd[0]);