Home | History | Annotate | Download | only in src

Lines Matching defs:Argv

959   char* const* Argv() {
969 char* const* argv; // Command-line arguments for the child's call to exec
1014 execve(args->argv[0], args->argv, GetEnviron());
1016 args->argv[0],
1040 static pid_t ExecDeathTestFork(char* const* argv, int close_fd) {
1041 ExecDeathTestArgs args = { argv, close_fd };
1116 const pid_t child_pid = ExecDeathTestFork(args.Argv(), pipe_fd[0]);