Searched refs:normalizedPathLength (Results 1 - 1 of 1) sorted by relevance

/haiku/src/kits/storage/
H A DPathMonitor.cpp817 int32 normalizedPathLength = normalizedPath.Length(); local
818 if (normalizedPath.ByteAt(normalizedPathLength - 1) != '/') {
820 normalizedPathLength++;
823 normalizedPathLength += int32(componentEnd - path);
825 if (normalizedPath.Length() != normalizedPathLength) {

Completed in 41 milliseconds