Home
last modified time | relevance | path

Searched defs:LIBMTP_devicestorage_struct (Results 1 – 2 of 2) sorted by relevance

/external/libmtp/src/
Dlibmtp.h706 struct LIBMTP_devicestorage_struct { struct
707 uint32_t id; /**< Unique ID for this storage */
708 uint16_t StorageType; /**< Storage type */
709 uint16_t FilesystemType; /**< Filesystem type */
710 uint16_t AccessCapability; /**< Access capability */
711 uint64_t MaxCapacity; /**< Maximum capability */
712 uint64_t FreeSpaceInBytes; /**< Free space in bytes */
713 uint64_t FreeSpaceInObjects; /**< Free space in objects */
714 char *StorageDescription; /**< A brief description of this storage */
715 char *VolumeIdentifier; /**< A volume identifier */
[all …]
Dlibmtp.h.in705 struct LIBMTP_devicestorage_struct { struct
706 uint32_t id; /**< Unique ID for this storage */
707 uint16_t StorageType; /**< Storage type */
708 uint16_t FilesystemType; /**< Filesystem type */
709 uint16_t AccessCapability; /**< Access capability */
710 uint64_t MaxCapacity; /**< Maximum capability */
711 uint64_t FreeSpaceInBytes; /**< Free space in bytes */
712 uint64_t FreeSpaceInObjects; /**< Free space in objects */
713 char *StorageDescription; /**< A brief description of this storage */
714 char *VolumeIdentifier; /**< A volume identifier */
[all …]