Home
last modified time | relevance | path

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

12345678910>>...18

/external/libmtp/logs/
Dmtp-detect-nokia-5800.txt115 FreeSpaceInBytes: 1893857280
124 FreeSpaceInBytes: 73989120
Dmtp-detect-sony-xperia-sx.txt142 FreeSpaceInBytes: 14602764288
151 FreeSpaceInBytes: 3567194112
Dmtp-detect-motorola-v3m-verizon.txt96 FreeSpaceInBytes: 7446959
105 FreeSpaceInBytes: 1179648
Dmtp-detect-sonyericsson-w890i.txt115 FreeSpaceInBytes: 19210240
124 FreeSpaceInBytes: 1928822784
Dmtp-detect-samsung-gt-i9300.txt137 FreeSpaceInBytes: 4802228224
146 FreeSpaceInBytes: 2462679040
Dmtp-detect-nokia-5300.txt273 FreeSpaceInBytes: 4424192
282 FreeSpaceInBytes: 970063872
Dmtp-detect-mymusix-pd6070.txt91 FreeSpaceInBytes: 896000000
Dmtp-detect-lg-vx8550.txt178 FreeSpaceInBytes: 57827328
187 FreeSpaceInBytes: 3340582912
Dmtp-detect-maxfield-g-flash-ng-1GB.txt118 FreeSpaceInBytes: 478984104
Dmtp-detect-medion-lifetab-p9514.txt116 FreeSpaceInBytes: 552730524
Dmtp-detect-thomson-m51.txt113 FreeSpaceInBytes: 2900426752
Dmtp-detect-hp-touchpad.txt117 FreeSpaceInBytes: 16716693504
Dmtp-detect-toshiba-gigabeat-v30.txt110 FreeSpaceInBytes: 19031097344
Dmtp-detect-iriver-t60.txt170 FreeSpaceInBytes: 209584128
Dmtp-detect-iriver-t10.txt155 FreeSpaceInBytes: 1842839552
Dmtp-detect-samsung-yp-k3.txt202 FreeSpaceInBytes: 2622959616
Dmtp-detect-sandisk-sansa-e280.txt202 FreeSpaceInBytes: 7332210756
Dmtp-detect-blackberry-storm.txt266 FreeSpaceInBytes: 910098432
275 FreeSpaceInBytes: 7820148736
Dmtp-detect-samsung-sgh-a707.txt297 FreeSpaceInBytes: 4134912
Dmtp-detect-samsung-x830.txt272 FreeSpaceInBytes: 381386752
Dmtp-detect-nokia-n97.txt424 FreeSpaceInBytes: 18941128704
433 FreeSpaceInBytes: 17272832
442 FreeSpaceInBytes: 809226240
Dmtp-detect-nokia.txt404 FreeSpaceInBytes: 27967488
Dmtp-detect-gopro-hero5-black.txt166 FreeSpaceInBytes: 162922496
Dmtp-detect-iriver-u10.txt136 FreeSpaceInBytes: 994571924
/external/libmtp/src/
Dlibmtp.c2973 … if (sortby == LIBMTP_STORAGE_SORTBY_FREESPACE && ptr1->FreeSpaceInBytes > ptr2->FreeSpaceInBytes) in sort_storage_by()
2975 … if (sortby == LIBMTP_STORAGE_SORTBY_MAXSPACE && ptr1->FreeSpaceInBytes > ptr2->FreeSpaceInBytes) in sort_storage_by()
3145 storage->FreeSpaceInBytes = storageInfo.FreeSpaceInBytes; in get_storage_freespace()
3150 if(storage->FreeSpaceInBytes == (uint64_t) -1) in get_storage_freespace()
3152 *freespace = storage->FreeSpaceInBytes; in get_storage_freespace()
3525 (long long unsigned int) storage->FreeSpaceInBytes); in LIBMTP_Dump_Device_Info()
4134 storage->FreeSpaceInBytes = (uint64_t) -1; in LIBMTP_Get_Storage()
4170 storage->FreeSpaceInBytes = storageInfo.FreeSpaceInBytes; in LIBMTP_Get_Storage()

12345678910>>...18