HomeSort by relevance Sort by last modified time
    Searched defs:printable_size (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/diagnostics/
recon_diagnostics.cc 253 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/
recon_diagnostics.cc 267 std::string printable_size = base::Int64ToString(dir_or_file_size); variable
272 "Path contents too large (" + printable_size + ") for: " +
287 RecordSuccess("Path exists and is writable: " + printable_size);
311 std::string printable_size = base::Int64ToString(disk_space); variable
314 "Low disk space: " + printable_size);
317 RecordSuccess("Free space: " + printable_size);

Completed in 154 milliseconds