Lines Matching refs:os
18 import os
123 out_file = os.path.join(out_path, os.path.join(version, "%s.zip" % density_bucket))
167 if 'ANDROID_SDK_ROOT' not in os.environ:
171 sdk_path = os.environ['ANDROID_SDK_ROOT']
172 if not os.path.isdir(sdk_path):
176 emu_path = os.path.join(os.path.join(sdk_path, 'tools'), 'emulator')
177 if not os.path.isfile(emu_path):
205 if 'ANDROID_BUILD_TOP' not in os.environ or 'ANDROID_HOST_OUT' not in os.environ:
209 theme_apk = os.path.join(os.environ['ANDROID_HOST_OUT'],
211 if not os.path.isfile(theme_apk):
215 out_path = os.path.join(os.environ['ANDROID_BUILD_TOP'],
217 os.system("mkdir -p %s" % out_path)