Home
last modified time | relevance | path

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

/cts/hostsidetests/security/src/android/cts/security/
DFileSystemPermissionTest.java150 String[] envp; in execSearchPolicy() local
160 envp = new String[] {"DYLD_LIBRARY_PATH=" + tmpDir.getAbsolutePath()}; in execSearchPolicy()
169 envp = new String[] {"LD_LIBRARY_PATH=" + tmpDir.getAbsolutePath()}; in execSearchPolicy()
185 return execAndCaptureOutput(cmd.toArray(new String[0]), envp); in execSearchPolicy()
204 private static byte[] execAndCaptureOutput(String[] cmd, String[] envp) in execAndCaptureOutput() argument
208 final Process p = Runtime.getRuntime().exec(cmd, envp); in execAndCaptureOutput()