Lines Matching refs:dest_path
34 bool checkdata_mtd(const char *dest_path, unsigned char* out_md5sum, long long offset, long long ch… in checkdata_mtd() argument
45 checkSize, offset, dest_path, TMP_MD5SUM_NAME); in checkdata_mtd()
89 LOGI("MD5Check is ok of %s\n", dest_path); in checkdata_mtd()
93 bool checkdata(const char *dest_path, unsigned char *out_md5sum, long long offset, long long checkS… in checkdata() argument
101 FILE *fp = fopen(dest_path, "rb"); in checkdata()
103 LOGE("open file failed %s", dest_path); in checkdata()
140 LOGI("MD5Check is ok of %s\n", dest_path); in checkdata()
144 bool comparefile(const char *dest_path, const char *source_path, long long dest_offset, long long s… in comparefile() argument
149 checkdata_mtd(dest_path, md5sum_dest, dest_offset, checkSize); in comparefile()
151 checkdata(dest_path, md5sum_dest, dest_offset, checkSize); in comparefile()
156 LOGE("MD5Check is error of %s\n", dest_path); in comparefile()
163 bool compareMd5sum(const char *dest_path, unsigned char *source_md5sum, long long offset, long long… in compareMd5sum() argument
167 checkdata(dest_path, md5sum, offset, checkSize); in compareMd5sum()
191 LOGE("MD5Check is error of %s\n", dest_path); in compareMd5sum()
197 LOGE("MD5Check is error of %s\n", dest_path); in compareMd5sum()