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

/system/vold/
H A DDirectVolume.h30 static const int MAX_PARTITIONS = 4; member in class:DirectVolume
35 int mPartMinors[MAX_PARTITIONS];
38 int mOrigPartMinors[MAX_PARTITIONS];
H A DDirectVolume.cpp42 for (int i = 0; i < MAX_PARTITIONS; i++)
197 if (part_num > MAX_PARTITIONS || part_num < 1) {
213 if (part_num >= MAX_PARTITIONS) {
214 SLOGE("Dv:partAdd: ignoring part_num = %d (max: %d)\n", part_num, MAX_PARTITIONS-1);

Completed in 580 milliseconds