Lines Matching refs:os
18 import os
127 out_file = os.path.join(out_path, os.path.join(version, "%s.zip" % density_bucket))
171 if 'ANDROID_SDK_ROOT' not in os.environ:
175 sdk_path = os.environ['ANDROID_SDK_ROOT']
176 if not os.path.isdir(sdk_path):
180 emu_path = os.path.join(os.path.join(sdk_path, 'tools'), 'emulator')
181 if not os.path.isfile(emu_path):
209 if 'ANDROID_BUILD_TOP' not in os.environ or 'ANDROID_HOST_OUT' not in os.environ:
213 theme_apk = os.path.join(os.environ['ANDROID_HOST_OUT'],
215 if not os.path.isfile(theme_apk):
219 out_path = os.path.join(os.environ['ANDROID_BUILD_TOP'],
221 os.system("mkdir -p %s" % out_path)