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

  /external/chromium/chrome/browser/diagnostics/
recon_diagnostics.cc 241 int64 dir_or_file_size = 0; local
243 dir_or_file_size = file_util::ComputeDirectorySize(dir_or_file);
245 file_util::GetFileSize(dir_or_file, &dir_or_file_size);
247 if (!dir_or_file_size && !path_info_.is_optional) {
252 DataUnits units = GetByteDisplayUnits(dir_or_file_size);
253 string16 printable_size = FormatBytes(dir_or_file_size, units, true);
256 if (dir_or_file_size > path_info_.max_size) {
  /external/chromium_org/chrome/browser/diagnostics/
recon_diagnostics.cc 311 int64 dir_or_file_size = 0; variable
313 dir_or_file_size = base::ComputeDirectorySize(dir_or_file);
315 base::GetFileSize(dir_or_file, &dir_or_file_size);
317 if (!dir_or_file_size && !path_info_.is_optional) {
323 std::string printable_size = base::Int64ToString(dir_or_file_size);
326 if (dir_or_file_size > path_info_.max_size) {

Completed in 24 milliseconds