Lines Matching refs:os
22 import os
27 sys.path.append('%s/external/icu/tools' % os.environ.get('ANDROID_BUILD_TOP'))
33 timezone_dir = os.path.realpath('%s/system/timezone' % android_build_top)
57 original_cwd = os.getcwd()
60 working_dir = os.getcwd()
75 os.chdir(original_cwd)
97 tzdata_file = os.path.abspath(args.tzdata)
98 icu_file = os.path.abspath(args.icu)
99 tzlookup_file = os.path.abspath(args.tzlookup)
100 output_distro_dir = os.path.abspath(args.output_distro_dir)
101 output_version_file = os.path.abspath(args.output_version_file)