Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/jni/
H A Dcom_android_server_pm_PackageManagerShellCommandDataLoader.cpp516 const auto fullBlocks = buffer->size() / INCFS_DATA_FILE_BLOCK_SIZE; in flashToIncFs() local
517 for (int i = 0; i < fullBlocks; ++i) { in flashToIncFs()
529 const auto remain = buffer->size() - fullBlocks * INCFS_DATA_FILE_BLOCK_SIZE; in flashToIncFs()