Searched refs:BUILDFILES_MD5 (Results 1 – 2 of 2) sorted by relevance
1661 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)
244 BUILDFILES_MD5 = os.path.join(INDEX_DIR, 'buildfiles.md5') variable