コード例 #1
0
ファイル: NandInfo.cs プロジェクト: marcmam2/GUI-client
 public PartitionInfo GetDataPartition() => PartitionInfo.GetByLabel(this.Partitions, "data", "rootfs_data");
コード例 #2
0
ファイル: NandInfo.cs プロジェクト: marcmam2/GUI-client
 public PartitionInfo GetRootfsPartition() => PartitionInfo.GetByLabel(this.Partitions, "rootfs");