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

/haiku/src/kits/network/libnetservices/
H A DNetworkCookie.cpp504 const BString& cookiePath = Path(); local
510 if (normalizedPath.Length() < cookiePath.Length())
514 return normalizedPath.Compare(cookiePath, cookiePath.Length()) == 0;

Completed in 82 milliseconds