Searched defs:DeviceDesc (Results 1 – 1 of 1) sorted by relevance
48 struct DeviceDesc { struct50 struct DeviceDesc *dNext; /* point to next mount point */ argument51 const char *dPath; /* target path, /system, /usr, etc. */52 const char *dDev; /* device, "emmc0p0", "emmc0p1", etc. */53 void *dData; /* specific file system handle */54 const char *dFsType; /* file system type */55 int *dLengthArray; /* point to device partitions length array */56 int *dAddrArray; /* point to device partitions address array */57 int dPartNum; /* number of device partitions */