HomeSort by relevance Sort by last modified time
    Searched full: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) {
  /external/chromium/base/
file_util_unittest.cc 458 // NormalizePath().
    [all...]

Completed in 280 milliseconds