Home
last modified time | relevance | path

Searched refs:envp (Results 1 – 1 of 1) sorted by relevance

/art/runtime/
Dexec_utils.cc58 char** envp = (Runtime::Current() == nullptr) ? nullptr : Runtime::Current()->GetEnvSnapshot(); in ExecAndReturnCode() local
59 if (envp == nullptr) { in ExecAndReturnCode()
62 execve(program, &args[0], envp); in ExecAndReturnCode()