Searched refs:pathname (Results 26 - 34 of 34) sorted by relevance

12

/openjdk7/hotspot/agent/src/scripts/
H A Dstart-debug-server.bat44 echo JAVA_HOME must contain the pathname of a J2SE 1.5
H A Dstart-rmiregistry.bat45 @echo JAVA_HOME must contain the pathname of a J2SE 1.5 installation.
/openjdk7/langtools/src/share/classes/com/sun/tools/javadoc/
H A DJavadocTool.java329 for (File pathname : pathnames) {
330 File f = new File(pathname, packageFilename);
/openjdk7/hotspot/agent/src/os/linux/
H A Dsymtab.c134 open_debug_file (const char *pathname, unsigned int crc) argument
139 int fd = pathmap_open(pathname);
239 /* Look in /usr/lib/debug + the full pathname. */
/openjdk7/jdk/test/tools/launcher/
H A DTestHelper.java466 public boolean accept(File pathname) {
467 String name = pathname.getName();
/openjdk7/jdk/src/share/native/sun/font/
H A DfreetypeScaler.c152 FTScalerInfo *scalerInfo = (FTScalerInfo *) stream->pathname.pointer;
169 FTScalerInfo *scalerInfo = (FTScalerInfo *) stream->pathname.pointer;
326 ftstream->pathname.pointer = (void *) scalerInfo;
/openjdk7/jdk/src/windows/native/java/io/
H A DWinNTFileSystem_md.c240 jstring pathname)
245 WITH_UNICODE_STRING(env, pathname, path) {
247 "currentDir. length + pathname.length"
265 JNU_ThrowIOExceptionWithLastError(env, "Bad pathname");
300 JNU_ThrowIOExceptionWithLastError(env, "Bad pathname");
239 Java_java_io_WinNTFileSystem_canonicalize0(JNIEnv *env, jobject this, jstring pathname) argument
/openjdk7/hotspot/src/share/vm/runtime/
H A Dos.hpp506 const char* pathname, const char* fname);
/openjdk7/make/scripts/
H A Dwebrev.ksh755 parent.lhs.location.replace(parent.lhs.location.pathname + "#" + num);
756 parent.rhs.location.replace(parent.rhs.location.pathname + "#" + num);
1105 # Given the pathname of a file, find its location in a "wx" active file
1348 # If the wx file pathname is relative then make it absolute
2294 # command format, i.e. pathname lines alternating with SCCS comment
2589 # Normally, each line in the file list is just a pathname of a

Completed in 600 milliseconds

12