Searched defs:sameFile (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/net/www/protocol/jar/
H A DHandler.java61 protected boolean sameFile(URL u1, URL u2) { method in class:Handler
71 return super.sameFile(u1, u2);
85 return super.sameFile(u1, u2);
88 if (!super.sameFile(enclosedURL1, enclosedURL2)) {
/openjdk7/jdk/src/share/classes/java/net/
H A DURLStreamHandler.java334 sameFile(u1, u2);
393 protected boolean sameFile(URL u1, URL u2) { method in class:URLStreamHandler
H A DURL.java892 public boolean sameFile(URL other) { method in class:URL
893 return handler.sameFile(this, other);
/openjdk7/jdk/src/share/native/sun/awt/debug/
H A Ddebug_trace.c110 dbool_t sameFile = FileNamesSame(file, info->file); local
113 if ( (info->scope == DTRACE_FILE && sameFile) ||
114 (info->scope == DTRACE_LINE && sameFile && sameLine) ) {

Completed in 48 milliseconds