HomeSort by relevance Sort by last modified time
    Searched refs:normalizePath (Results 1 - 6 of 6) 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/WebKitTools/Scripts/
update-webkit 103 my $filename = normalizePath($1);
resolve-ChangeLogs 263 $file = findChangeLog(normalizePath($file));
270 my $file = findChangeLog(normalizePath($2));
prepare-ChangeLog     [all...]
VCSUtils.pm 64 &normalizePath
298 sub normalizePath($)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
ProjectState.java 134 return normalizePath(mRelativePath).equals(normalizePath((String) obj));
563 private String normalizePath(String path) {

Completed in 1257 milliseconds