Home
last modified time | relevance | path

Searched refs:FilesystemType (Results 1 – 5 of 5) sorted by relevance

/external/libmtp/src/
Dlibmtp.h710 uint16_t FilesystemType; /**< Filesystem type */ member
Dlibmtp.c2837 storage->FilesystemType = storageInfo.FilesystemType; in get_storage_freespace()
3167 printf(" FilesystemType: 0x%04x ",storage->FilesystemType); in LIBMTP_Dump_Device_Info()
3168 switch(storage->FilesystemType) { in LIBMTP_Dump_Device_Info()
3746 storage->FilesystemType = PTP_FST_Undefined; in LIBMTP_Get_Storage()
3780 storage->FilesystemType = storageInfo.FilesystemType; in LIBMTP_Get_Storage()
Dlibmtp.h.in708 uint16_t FilesystemType; /**< Filesystem type */ member
Dptp.h709 uint16_t FilesystemType; member
Dptp-pack.c422 si->FilesystemType=dtoh16a(&data[PTP_si_FilesystemType]); in ptp_unpack_SI()