Home
last modified time | relevance | path

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

/system/chre/host/common/
Dfragmented_load_transaction.cc58 size_t byteIndex = 0; in FragmentedLoadTransaction() local
64 getSubVector(appBinary, byteIndex, fragmentSize)); in FragmentedLoadTransaction()
68 getSubVector(appBinary, byteIndex, fragmentSize)); in FragmentedLoadTransaction()
71 byteIndex += fragmentSize; in FragmentedLoadTransaction()
72 } while (byteIndex < appBinary.size()); in FragmentedLoadTransaction()