Home | History | Annotate | Download | only in googletest

Lines Matching defs:Argv

868   char* const* Argv() {
878 char* const* argv; // Command-line arguments for the child's call to exec
921 execve(args->argv[0], args->argv, GetEnviron());
923 args->argv[0],
952 static pid_t ExecDeathTestFork(char* const* argv, int close_fd) {
953 ExecDeathTestArgs args = { argv, close_fd };
1028 const pid_t child_pid = ExecDeathTestFork(args.Argv(), pipe_fd[0]);