Home
last modified time | relevance | path

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

/packages/modules/adb/fastdeploy/deploypatchgenerator/
Ddeploy_patch_generator.cpp88 totalEqualBytes += identicalEntries[i].localEntry->datasize(); in ReportSavings()
145 int64_t hostDataOffset = entry.localEntry->dataoffset(); in GeneratePatch()
146 int64_t hostDataLength = entry.localEntry->datasize(); in GeneratePatch()
228 for (const auto& localEntry : localApkMetadata.entries()) { in BuildIdenticalEntries() local
229 totalSize += localEntry.datasize(); in BuildIdenticalEntries()
232 memcpy(&md5, localEntry.md5().data(), localEntry.md5().size()); in BuildIdenticalEntries()
240 if (deviceEntry->md5() == localEntry.md5()) { in BuildIdenticalEntries()
242 simpleEntry.localEntry = &localEntry; in BuildIdenticalEntries()
244 APKEntryToLog(localEntry); in BuildIdenticalEntries()
252 return lhs.localEntry->dataoffset() < rhs.localEntry->dataoffset(); in BuildIdenticalEntries()
Ddeploy_patch_generator.h37 const APKEntry* localEntry; member
/packages/apps/Contacts/src/com/android/contacts/model/
DRawContactDelta.java130 final ValuesDelta localEntry = local.getEntry(childId); in mergeAfter() local
131 final ValuesDelta merged = ValuesDelta.mergeAfter(localEntry, remoteEntry); in mergeAfter()
133 if (localEntry == null && merged != null) { in mergeAfter()