Lines Matching refs:os
22 import os
27 sys.path.append('%s/external/icu/tools' % os.environ.get('ANDROID_BUILD_TOP'))
30 sys.path.append('%s/system/timezone' % os.environ.get('ANDROID_BUILD_TOP'))
35 timezone_dir = os.path.realpath('%s/system/timezone' % android_build_top)
50 original_cwd = os.getcwd()
53 working_dir = os.getcwd()
69 os.chdir(original_cwd)
93 tzdata_file = os.path.abspath(args.tzdata)
94 icu_file = os.path.abspath(args.icu)
95 tzlookup_file = os.path.abspath(args.tzlookup)
96 telephonylookup_file = os.path.abspath(args.telephonylookup)
97 output_distro_dir = os.path.abspath(args.output_distro_dir)
98 output_version_file = os.path.abspath(args.output_version_file)