Home
last modified time | relevance | path

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

/tools/asuite/atest/
Datest_utils.py1661 checksum_file = Path(target_dir).joinpath(constants.BUILDFILES_MD5)
1964 if not Path(constants.BUILDFILES_MD5).is_file():
1967 with open(constants.BUILDFILES_MD5, 'r') as cache:
1974 return check_md5(constants.BUILDFILES_MD5, missing_ok=False)
Dconstants_default.py244 BUILDFILES_MD5 = os.path.join(INDEX_DIR, 'buildfiles.md5') variable