Home
last modified time | relevance | path

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

/frameworks/base/services/core/jni/
Dcom_android_server_pm_PackageManagerShellCommandDataLoader.cpp514 const auto fullBlocks = buffer->size() / INCFS_DATA_FILE_BLOCK_SIZE; in flashToIncFs() local
515 for (int i = 0; i < fullBlocks; ++i) { in flashToIncFs()
527 const auto remain = buffer->size() - fullBlocks * INCFS_DATA_FILE_BLOCK_SIZE; in flashToIncFs()