Searched refs:kBytesPerUnit (Results 1 – 1 of 1) sorted by relevance
223 static const uint64_t kBytesPerUnit[] = { 1, KB, MB, GB }; in PrettySize() local232 byte_count / kBytesPerUnit[i], kUnitStrings[i]); in PrettySize()