Lines Matching refs:utils
30 import utils
35 ANDROID_BUILD_TOP = utils.get_android_build_top()
36 PREBUILTS_VNDK_DIR = utils.join_realpath(ANDROID_BUILD_TOP, 'prebuilts/vndk')
43 utils.check_call(['repo', 'start', branch_name, '.'])
80 utils.fetch_artifact(branch, build, artifact_pattern)
85 utils.fetch_artifact(branch, build, manifest_pattern,
86 utils.MANIFEST_FILE_NAME)
96 utils.check_call(['unzip', '-qn', artifact, '-d', install_dir])
102 common_notices_dir = utils.NOTICE_FILES_DIR_PATH
106 for arch in utils.get_snapshot_archs(install_dir):
107 notices_dir_per_arch = os.path.join(arch, utils.NOTICE_FILES_DIR_NAME)
129 os.path.join(utils.CONFIG_DIR_PATH_PATTERN, file_name))
134 target_dirs = glob.glob(utils.CONFIG_DIR_PATH_PATTERN)
172 utils.check_call(['git', 'add', '.'])
178 utils.check_call(['git', 'commit', '-m', message])
185 type=utils.vndk_version_int,
187 utils.MINIMUM_VNDK_VERSION))
245 utils.set_logging_config(args.verbose)
253 os.makedirs(utils.COMMON_DIR_PATH)