We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac052e1 commit 075ad37Copy full SHA for 075ad37
protobuf_definitions/message_formats.proto
@@ -621,6 +621,7 @@ message StoragePartition {
621
string file_system_type = 2; // File system type of the removable storage device.
622
string device_path = 3; // Partition device path
623
string mount_path = 4; // Mount path of the partition.
624
+ string label = 5; // Label of the partition.
625
}
626
627
// Removable storage device.
0 commit comments