Home
last modified time | relevance | path

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

/external/libmtp/src/
Dlibmtp.c2699 … if (sortby == LIBMTP_STORAGE_SORTBY_FREESPACE && ptr1->FreeSpaceInBytes > ptr2->FreeSpaceInBytes) in sort_storage_by()
2701 … if (sortby == LIBMTP_STORAGE_SORTBY_MAXSPACE && ptr1->FreeSpaceInBytes > ptr2->FreeSpaceInBytes) in sort_storage_by()
2840 storage->FreeSpaceInBytes = storageInfo.FreeSpaceInBytes; in get_storage_freespace()
2845 if(storage->FreeSpaceInBytes == (uint64_t) -1) in get_storage_freespace()
2847 *freespace = storage->FreeSpaceInBytes; in get_storage_freespace()
3201 printf(" FreeSpaceInBytes: %llu\n", (long long unsigned int) storage->FreeSpaceInBytes); in LIBMTP_Dump_Device_Info()
3749 storage->FreeSpaceInBytes = (uint64_t) -1; in LIBMTP_Get_Storage()
3783 storage->FreeSpaceInBytes = storageInfo.FreeSpaceInBytes; in LIBMTP_Get_Storage()
Dlibmtp.h713 uint64_t FreeSpaceInBytes; /**< Free space in bytes */ member
Dlibmtp.h.in711 uint64_t FreeSpaceInBytes; /**< Free space in bytes */ member
Dptp.h712 uint64_t FreeSpaceInBytes; member
Dptp-pack.c425 si->FreeSpaceInBytes=dtoh64a(&data[PTP_si_FreeSpaceInBytes]); in ptp_unpack_SI()