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],
948 static pid_t ExecDeathTestFork(char* const* argv, int close_fd) {
949 ExecDeathTestArgs args = { argv, close_fd };
1024 const pid_t child_pid = ExecDeathTestFork(args.Argv(), pipe_fd[0]);