Searched refs:split_count (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/aapt2/split/
H A DTableSplitter.cpp179 const size_t split_count = split_constraints_.size(); local
182 for (size_t idx = 0; idx < split_count; idx++) {
232 for (size_t idx = 0; idx < split_count; idx++) {
/frameworks/native/cmds/installd/
H A Ddexopt.cpp148 static int split_count(const char *str) function in namespace:android::installd
240 dex2oat_flags, NULL) <= 0 ? 0 : split_count(dex2oat_flags);

Completed in 153 milliseconds