Home
last modified time | relevance | path

Searched refs:COMPONENTS_PATH_DIR (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/build/hb/util/
H A Dcomponent_util.py22 from resources.global_var import COMPONENTS_PATH_DIR
118 if os.path.exists(COMPONENTS_PATH_DIR):
119 return IoUtil.read_json_file(COMPONENTS_PATH_DIR)
129 IoUtil.dump_json_file(COMPONENTS_PATH_DIR, bundles_path)
/ohos5.0/build/hb/resources/
H A Dglobal_var.py91 COMPONENTS_PATH_DIR = os.path.join(CURRENT_OHOS_ROOT, 'out/components_path.json') variable