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

/external/chromium_org/chrome/browser/diagnostics/
H A Drecon_diagnostics.cc119 std::string printable_size = base::Int64ToString(disk_space); variable
122 "Low disk space: " + printable_size);
125 RecordSuccess("Free space: " + printable_size);
326 std::string printable_size = base::Int64ToString(dir_or_file_size); variable
331 "Path contents too large (" + printable_size + ") for: " +
346 RecordSuccess("Path exists and is writable: " + printable_size);

Completed in 67 milliseconds