Searched refs:onePath (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/java/nio/charset/Charset/
H A DNIOCharsetAvailabilityTest.java161 String onePath = (String) classPathSegments.elementAt(i);
162 File f = new File(onePath);
169 if (onePath.endsWith(File.separator))
170 fullPath = onePath + packagePath;
172 fullPath = onePath + File.separatorChar + packagePath;
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dfontpath.c212 char *onePath; local
249 onePath = *tempFontPath;
251 compareLength = strlen ( onePath );
252 if ( onePath[compareLength -1] == '/' )
256 if ( strncmp ( onePath, fDirP->name[index], compareLength ) == 0 ) {
296 onePath = origFontPath[origIndex];
297 newFontPath[origIndex] = onePath;
308 onePath = SAFE_SIZE_ARRAY_ALLOC(malloc, strlen (fDirP->name[index]) + 2, sizeof( char ) );
309 if (onePath == NULL) {
314 strcpy ( onePath, fDir
[all...]

Completed in 30 milliseconds