Lines Matching defs:Argv
821 char* const* Argv() {
831 char* const* argv; // Command-line arguments for the child's call to exec
874 execve(args->argv[0], args->argv, GetEnviron());
876 args->argv[0],
900 static pid_t ExecDeathTestFork(char* const* argv, int close_fd) {
901 ExecDeathTestArgs args = { argv, close_fd };
976 const pid_t child_pid = ExecDeathTestFork(args.Argv(), pipe_fd[0]);