Searched defs:FormatBytes (Results 1 – 3 of 3) sorted by relevance
32 TEST(BytesFormattingTest, FormatBytes) { in TEST() argument
106 base::string16 FormatBytes(int64 bytes) { in FormatBytes() function
63 def FormatBytes(byte_count): function