Searched defs:partition_type (Results 1 - 1 of 1) sorted by relevance

/system/core/fastboot/
H A Dfastboot.cpp795 std::string partition_type; local
796 if (!fb_getvar(transport, std::string("partition-type:") + partition, &partition_type)) {
799 return partition_type == "ext4";
1308 std::string partition_type, partition_size; local
1323 if (!fb_getvar(transport, std::string("partition-type:") + partition, &partition_type)) {
1328 if (partition_type != type_override) {
1330 partition, partition_type.c_str(), type_override);
1332 partition_type = type_override;
1352 gen = fs_get_generator(partition_type);
1356 fprintf(stderr, "File system type %s not supported.\n", partition_type
[all...]

Completed in 63 milliseconds