Home | History | Annotate | Download | only in common

Lines Matching refs:_shell_env

312     self._shell_env = os.environ.copy()
313 self._shell_env['ANDROID_DATA'] = self._env_path
314 self._shell_env['ANDROID_ROOT'] = android_root
315 self._shell_env['LD_LIBRARY_PATH'] = library_path
316 self._shell_env['DYLD_LIBRARY_PATH'] = library_path
317 self._shell_env['PATH'] = (path + ':' + self._shell_env['PATH'])
319 self._shell_env['LD_USE_LOAD_BIAS'] = '1'
339 env = self._shell_env.copy()
393 self._shell_env = os.environ.copy()
452 (output, _, retcode) = RunCommandForOutput(cmd, self._shell_env, PIPE,