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