Home
last modified time | relevance | path

Searched refs:UsageForPath (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/webkit/browser/fileapi/
Dobfuscated_file_util.cc70 int64 UsageForPath(size_t length) { in UsageForPath() function
315 int64 growth = UsageForPath(file_info.name.size()); in EnsureFileExists()
375 int64 growth = UsageForPath(file_info.name.size()); in CreateDirectory()
553 growth -= UsageForPath(src_file_info.name.size()); in CopyOrMoveFile()
557 growth += UsageForPath(dest_file_info.name.size()); in CopyOrMoveFile()
676 growth += UsageForPath(dest_file_info.name.size()); in CopyInForeignFile()
731 int64 growth = -UsageForPath(file_info.name.size()) - platform_file_info.size; in DeleteFile()
771 int64 growth = -UsageForPath(file_info.name.size()); in DeleteDirectory()
940 return UsageForPath(VirtualPath::BaseName(path).value().size()); in ComputeFilePathCost()
1363 int64 growth = UsageForPath(file_info.name.size()); in CreateOrOpenInternal()