HomeSort by relevance Sort by last modified time
    Searched refs:MAX_PARTITIONS (Results 1 - 2 of 2) sorted by null

  /system/vold/
DirectVolume.h 30 static const int MAX_PARTITIONS = 4;
35 int mPartMinors[MAX_PARTITIONS];
38 int mOrigPartMinors[MAX_PARTITIONS];
DirectVolume.cpp 42 for (int i = 0; i < MAX_PARTITIONS; i++)
194 if (part_num > MAX_PARTITIONS || part_num < 1) {
210 if (part_num >= MAX_PARTITIONS) {
211 SLOGE("Dv:partAdd: ignoring part_num = %d (max: %d)\n", part_num, MAX_PARTITIONS-1);

Completed in 34 milliseconds