Lines Matching refs:os
18 import os
134 out_file = os.path.join(out_path, os.path.join(version, "%s.zip" % density_bucket))
178 if 'ANDROID_SDK_ROOT' not in os.environ:
182 sdk_path = os.environ['ANDROID_SDK_ROOT']
183 if not os.path.isdir(sdk_path):
187 emu_path = os.path.join(os.path.join(sdk_path, 'tools'), 'emulator')
188 if not os.path.isfile(emu_path):
216 if 'ANDROID_BUILD_TOP' not in os.environ or 'ANDROID_HOST_OUT' not in os.environ:
220 theme_apk = os.path.join(os.environ['ANDROID_HOST_OUT'],
222 if not os.path.isfile(theme_apk):
226 out_path = os.path.join(os.environ['ANDROID_BUILD_TOP'],
228 os.system("mkdir -p %s" % out_path)