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

  /external/chromium/base/
file_util.h 85 BASE_API int64 ComputeDirectorySize(const FilePath& root_path);
file_util.cc 276 int64 ComputeDirectorySize(const FilePath& root_path) {
file_util_unittest.cc 355 // Create three files of 20, 30 and 3 chars (utf8). ComputeDirectorySize
378 int64 computed_size = file_util::ComputeDirectorySize(temp_dir_.path());
    [all...]
  /external/chromium/chrome/browser/diagnostics/
recon_diagnostics.cc 243 dir_or_file_size = file_util::ComputeDirectorySize(dir_or_file);

Completed in 295 milliseconds