Searched refs:kPathByteQuotaCost (Results 1 – 1 of 1) sorted by relevance
68 const int64 kPathByteQuotaCost = 2; // Bytes per byte of path length in UTF-8. variable72 static_cast<int64>(length) * kPathByteQuotaCost; in UsageForPath()