Lines Matching refs:os
18 import os
128 out_file = os.path.join(out_path, os.path.join(version, "%s.zip" % density_bucket))
172 if 'ANDROID_SDK_ROOT' not in os.environ:
176 sdk_path = os.environ['ANDROID_SDK_ROOT']
177 if not os.path.isdir(sdk_path):
181 emu_path = os.path.join(os.path.join(sdk_path, 'tools'), 'emulator')
182 if not os.path.isfile(emu_path):
210 if 'ANDROID_BUILD_TOP' not in os.environ or 'ANDROID_HOST_OUT' not in os.environ:
214 theme_apk = os.path.join(os.environ['ANDROID_HOST_OUT'],
216 if not os.path.isfile(theme_apk):
220 out_path = os.path.join(os.environ['ANDROID_BUILD_TOP'],
222 os.system("mkdir -p %s" % out_path)