Home
last modified time | relevance | path

Searched refs:md5 (Results 1 – 3 of 3) sorted by relevance

/packages/modules/adb/fastdeploy/deploypatchgenerator/
Ddeploy_patch_generator.cpp66 Log("MD5: %s", HexEncode(entry.md5().data(), entry.md5().size()).c_str()); in APKEntryToLog()
221 md5Digest md5; in BuildIdenticalEntries() local
222 memcpy(&md5, deviceEntry.md5().data(), deviceEntry.md5().size()); in BuildIdenticalEntries()
224 deviceEntries[md5].push_back(&deviceEntry); in BuildIdenticalEntries()
231 md5Digest md5; in BuildIdenticalEntries() local
232 memcpy(&md5, localEntry.md5().data(), localEntry.md5().size()); in BuildIdenticalEntries()
234 auto deviceEntriesIt = deviceEntries.find(md5); in BuildIdenticalEntries()
240 if (deviceEntry->md5() == localEntry.md5()) { in BuildIdenticalEntries()
/packages/modules/adb/fastdeploy/proto/
DApkEntry.proto17 bytes md5 = 1; field
/packages/modules/adb/
Dtest_device.py692 hsh = hashlib.md5()
735 md5 = compute_md5(rand_str)
736 files.append(HostFile(file_handle, md5))