Home
last modified time | relevance | path

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

/ohos5.0/base/update/packaging_tools/test/
H A Dtest_build_update.py34 from build_update import check_package_version
341 check_re = check_package_version(
/ohos5.0/base/update/packaging_tools/
H A Dbuild_update.py356 if check_package_version(OPTIONS_MANAGER.target_package_version,
452 def check_package_version(target_ver, source_ver): function