Searched refs:scheme (Results 1 - 3 of 3) sorted by relevance

/system/core/include/diskconfig/
H A Ddiskconfig.h91 uint8_t scheme; member in struct:disk_info
/system/core/libdiskconfig/
H A Ddiskconfig.c179 /* find the partition scheme */
180 if (!(tmp = config_str(devroot, "scheme", NULL))) {
181 ALOGE("partition scheme is required");
184 dinfo->scheme = PART_SCHEME_MBR;
186 ALOGE("'gpt' partition scheme not supported yet.");
189 ALOGE("Unknown partition scheme specified: %s", tmp);
263 * though. If we use the pc-bios partitioning scheme, we must use extended
395 switch (dinfo->scheme) {
402 ALOGE("Uknown partition scheme.");
467 switch (dinfo->scheme) {
[all...]
/system/vold/
H A DVolume.cpp692 dinfo.scheme = PART_SCHEME_MBR;

Completed in 64 milliseconds