Searched refs:UsageForPath (Results 1 – 1 of 1) sorted by relevance
70 int64 UsageForPath(size_t length) { in UsageForPath() function315 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()