Home | History | Annotate | Download | only in src

Lines Matching refs:execve

869   // We can safely call execve() as it's a direct system call.  We
871 // unsafe. Since execve() doesn't search the PATH, the user must
874 execve(args->argv[0], args->argv, GetEnviron());
875 DeathTestAbort(String::Format("execve(%s, ...) in %s failed: %s",