Searched refs:ExecveForGuest (Results 1 – 3 of 3) sorted by relevance
29 int ExecveForGuest(const char* filename, char* const argv[], char* const envp[]);
55 return static_cast<long>(ExecveForGuest(bit_cast<const char*>(arg_1), // filename in RunGuestSyscall___NR_execve()
108 int ExecveForGuest(const char* filename, char* const argv[], char* const envp[]) { in ExecveForGuest() function