Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Ddexopt.cpp2912 static constexpr size_t kAggregationBatchSize = 10; in create_boot_image_profile_snapshot() local
2916 for (size_t k = 0; k < kAggregationBatchSize && i < profiles.size(); k++, i++) { in create_boot_image_profile_snapshot()