Searched refs:BundleCheckTools (Results 1 – 3 of 3) sorted by relevance
18 from bundle_check.bundle_check_common import BundleCheckTools100 if ('/' in value) and (not BundleCheckTools.match_bundle_full_name(value)):105 if not BundleCheckTools.match_unix_like_name(component_name):113 ohos_root_path = BundleCheckTools.get_root_path()117 ohos_version = BundleCheckTools.get_ohos_version(ohos_root_path)126 num, unit = BundleCheckTools.split_by_unit(value)
20 class BundleCheckTools: class55 if BundleCheckTools.is_project(root_path):78 if not BundleCheckTools.is_project(root):
22 from bundle_check.bundle_check_common import BundleCheckTools27 g_root_path = BundleCheckTools.get_root_path()28 g_ohos_version = BundleCheckTools.get_ohos_version(g_root_path)231 match = BundleCheckTools.match_bundle_full_name(name)234 match = BundleCheckTools.match_unix_like_name(name.split('/')[1])349 elif not BundleCheckTools.is_all_lower(component['subsystem']):418 num, unit = BundleCheckTools.split_by_unit(component["rom"])442 num, unit = BundleCheckTools.split_by_unit(component["ram"])483 if not BundleCheckTools.is_project(args.project):