Lines Matching refs:utils
25 import utils
102 self._snapshot_archs = utils.get_snapshot_archs(install_dir)
103 self._root_bpfile = os.path.join(install_dir, utils.ROOT_BP_PATH)
104 self._common_bpfile = os.path.join(install_dir, utils.COMMON_BP_PATH)
124 os.path.join(self._install_dir, utils.CONFIG_DIR_PATH_PATTERN,
141 for txt_path in utils.find(self._install_dir, [txt_filename]):
142 arch = utils.snapshot_arch_from_path(txt_path)
153 os.path.join(self._install_dir, utils.NOTICE_FILES_DIR_PATH,
208 utils.BINDER32) if is_binder32 else ''
230 variant_subpath = os.path.join(arch, utils.BINDER32)
278 os.path.join(self._install_dir, arch, utils.BINDER32)):
319 binder_suffix = '.{}'.format(utils.BINDER32) if is_binder32 else ''
388 src_paths = utils.find(self._install_dir, [lib_name+'.so'])
414 notice_dir=utils.NOTICE_FILES_DIR_NAME))
565 arch=utils.prebuilt_arch_from_path(
577 src_root = os.path.join(src_root, utils.BINDER32)
579 src_paths = utils.find(src_root, [prebuilt])
581 src_paths = list(filter(lambda src: not src.startswith(utils.BINDER32),
654 type=utils.vndk_version_int,
656 utils.MINIMUM_VNDK_VERSION))
672 ANDROID_BUILD_TOP = utils.get_android_build_top()
673 PREBUILTS_VNDK_DIR = utils.join_realpath(ANDROID_BUILD_TOP,
683 utils.set_logging_config(args.verbose)