Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions protobuf_definitions/message_formats.proto
Original file line number Diff line number Diff line change
Expand Up @@ -621,6 +621,7 @@ message StoragePartition {
string file_system_type = 2; // File system type of the removable storage device.
string device_path = 3; // Partition device path
string mount_path = 4; // Mount path of the partition.
string label = 5; // Label of the partition.
}

// Removable storage device.
Expand Down