Home
last modified time | relevance | path

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

/ohos5.0/build/ohos/images/mkimage/
H A Dmkcpioimage.py23 from judge_updater_image import judge_updater_img_available
69 if not judge_updater_img_available(os.getcwd()):
H A Djudge_updater_image.py78 def judge_updater_img_available(updater_root_path: str) -> bool: function