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
326 int64 growth = UsageForPath(file_info.name.size()); in EnsureFileExists()
386 int64 growth = UsageForPath(file_info.name.size()); in CreateDirectory()
564 growth -= UsageForPath(src_file_info.name.size()); in CopyOrMoveFile()
568 growth += UsageForPath(dest_file_info.name.size()); in CopyOrMoveFile()
688 growth += UsageForPath(dest_file_info.name.size()); in CopyInForeignFile()
744 int64 growth = -UsageForPath(file_info.name.size()) - platform_file_info.size; in DeleteFile()
784 int64 growth = -UsageForPath(file_info.name.size()); in DeleteDirectory()
953 return UsageForPath(VirtualPath::BaseName(path).value().size()); in ComputeFilePathCost()
1358 int64 growth = UsageForPath(file_info.name.size()); in CreateOrOpenInternal()