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