Home
last modified time | relevance | path

Searched refs:normalizePath (Results 1 – 5 of 5) sorted by relevance

/external/apache-http/src/org/apache/http/cookie/
DCookiePathComparator.java55 private String normalizePath(final Cookie cookie) { in normalizePath() method in CookiePathComparator
67 String path1 = normalizePath(c1); in compare()
68 String path2 = normalizePath(c2); in compare()
/external/webkit/WebKitTools/Scripts/
Dupdate-webkit40 sub normalizePath($);
85 my $filename = normalizePath($1);
99 sub normalizePath($) subroutine
Dresolve-ChangeLogs58 sub normalizePath($);
266 $file = findChangeLog(normalizePath($file));
273 my $file = findChangeLog(normalizePath($2));
570 sub normalizePath($) subroutine
Dprepare-ChangeLog93 sub normalizePath($);
1374 $file = normalizePath($file);
1382 $file = normalizePath($2);
1385 $original = normalizePath($2);
1386 $file = normalizePath($3);
1600 sub normalizePath($) subroutine
/external/webkit/WebKitTools/
DChangeLog1992 (normalizePath() copied from prepare-ChangeLog.)