HomeSort by relevance Sort by last modified time
    Searched refs:normalizePath (Results 1 - 7 of 7) sorted by null

  /external/apache-http/src/org/apache/http/cookie/
CookiePathComparator.java 55 private String normalizePath(final Cookie cookie) {
67 String path1 = normalizePath(c1);
68 String path2 = normalizePath(c2);
  /external/webkit/Tools/Scripts/
update-webkit 125 my $filename = normalizePath($1);
resolve-ChangeLogs 280 $file = findChangeLog(normalizePath($file));
287 my $file = findChangeLog(normalizePath($2));
prepare-ChangeLog     [all...]
VCSUtils.pm 70 &normalizePath
406 sub normalizePath($)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
ProjectState.java 146 return normalizePath(mRelativePath).equals(normalizePath((String) obj));
154 return normalizePath(mRelativePath).hashCode();
674 private String normalizePath(String path) {
  /prebuilt/common/http-client/
httpclient-4.1.1.jar 

Completed in 232 milliseconds