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

/haiku/src/kits/network/libnetservices/
H A DNetworkCookie.cpp506 int slashPos = normalizedPath.FindLast('/'); local
507 if (slashPos != normalizedPath.Length() - 1)
508 normalizedPath.Truncate(slashPos + 1);
565 int slashPos = normalizedPath.FindLast('/'); local
566 normalizedPath.Truncate(slashPos);
/haiku/src/preferences/time/
H A DZoneView.cpp331 int32 slashPos = zoneID.FindFirst('/'); local
332 BString region(zoneID, slashPos);

Completed in 51 milliseconds