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

  /external/chromium_org/webkit/browser/fileapi/
sandbox_file_system_test_helper.cc 99 int64 size = base::ComputeDirectorySize(GetOriginRootPath());
107 return base::ComputeDirectorySize(
  /external/chromium_org/base/
file_util.cc 39 int64 ComputeDirectorySize(const FilePath& root_path) {
file_util.h 58 BASE_EXPORT int64 ComputeDirectorySize(const FilePath& root_path);
file_util_unittest.cc 319 // Create three files of 20, 30 and 3 chars (utf8). ComputeDirectorySize
342 int64 computed_size = base::ComputeDirectorySize(temp_dir_.path());
    [all...]
  /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);
  /external/chromium_org/chrome/browser/chromeos/contacts/
contact_database.cc 178 base::ComputeDirectorySize(database_dir));
  /external/chromium_org/chrome/browser/diagnostics/
recon_diagnostics.cc 257 dir_or_file_size = base::ComputeDirectorySize(dir_or_file);
  /external/chromium_org/content/browser/indexed_db/
indexed_db_context_impl.cc 441 return base::ComputeDirectorySize(file_path);

Completed in 3898 milliseconds