- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for pathNamesPossiblyEqual (0.11 sec)
-
src/main/java/jcifs/smb/SmbResourceLocatorImpl.java
return false; } SmbResourceLocatorImpl o = (SmbResourceLocatorImpl) obj; /* * If uncertain, pathNamesPossiblyEqual returns true. * Comparing canonical paths is definitive. */ if ( pathNamesPossiblyEqual(this.url.getPath(), o.url.getPath()) ) { if ( getURLPath().equalsIgnoreCase(o.getURLPath()) ) { try {
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sat Jul 20 08:24:53 UTC 2019 - 23.9K bytes - Viewed (0)