Searched defs:printable_size (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/diagnostics/
H A Drecon_diagnostics.cc253 string16 printable_size = FormatBytes(dir_or_file_size, units, true); local
258 printable_size +
274 + printable_size);
301 string16 printable_size = FormatBytes(disk_space, units, true); local
303 RecordFailure(ASCIIToUTF16("Low disk space : ") + printable_size);
306 RecordSuccess(ASCIIToUTF16("Free space : ") + printable_size);
/external/chromium_org/chrome/browser/diagnostics/
H A Drecon_diagnostics.cc118 std::string printable_size = base::Int64ToString(disk_space); variable
121 "Low disk space: " + printable_size);
124 RecordSuccess("Free space: " + printable_size);
323 std::string printable_size = base::Int64ToString(dir_or_file_size); variable
328 "Path contents too large (" + printable_size + ") for: " +
343 RecordSuccess("Path exists and is writable: " + printable_size);

Completed in 45 milliseconds