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