Searched refs:COMPONENTS_PATH_DIR (Results 1 – 2 of 2) sorted by relevance
22 from resources.global_var import COMPONENTS_PATH_DIR118 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)
91 COMPONENTS_PATH_DIR = os.path.join(CURRENT_OHOS_ROOT, 'out/components_path.json') variable