Searched refs:fullPath (Results 1 - 9 of 9) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/jvmstat/monitor/
H A DMonitoredVmUtil.java98 * @param fullPath include the full path to Jar file, where applicable
103 public static String mainClass(MonitoredVm vm, boolean fullPath) argument
112 if (!fullPath) {
/openjdk7/jdk/test/java/nio/charset/Charset/
H A DNIOCharsetAvailabilityTest.java168 String fullPath;
170 fullPath = onePath + packagePath;
172 fullPath = onePath + File.separatorChar + packagePath;
173 File dir = new File(fullPath);
/openjdk7/hotspot/src/share/tools/ProjectCreator/
H A DWinGammaPlatform.java222 String getProjectName(String fullPath, String extension) argument
224 File file = new File(fullPath).getCanonicalFile();
225 fullPath = file.getCanonicalPath();
228 if (!fullPath.endsWith(extension)) {
230 fullPath +
235 (!fullPath.startsWith(parent))) {
238 "\" does not match file name \"" + fullPath + "\""
247 int end = fullPath.length() - extension.length();
255 return fullPath.substring(len, end);
H A DBuildConfig.java127 public Vector<String> matchesAdditionalGeneratedPath(String fullPath) { argument
135 if (fullPath.endsWith(expandFormat(key))) {
/openjdk7/jdk/src/solaris/classes/sun/awt/
H A DX11FontManager.java378 String fullPath = null;
392 fullPath = file.getCanonicalPath();
394 fullPath = path + File.separator + fileName;
396 Vector xVal = (Vector) xlfdMap.get(fullPath);
399 .info("fullPath=" + fullPath +
407 "to file:" + fullPath);
409 fontNameMap.put(fontID, fullPath);
412 xlfdMap.put (fullPath, xVal);
/openjdk7/jdk/src/share/classes/java/awt/color/
H A DICC_Profile.java1807 String path, dir, fullPath;
1822 fullPath = dir + File.separatorChar + fileName;
1823 f = new File(fullPath);
1837 fullPath = dir + File.separatorChar + fileName;
1838 f = new File(fullPath);
1861 String fullPath = dir + File.separatorChar + fileName;
1862 File f = new File(fullPath);
/openjdk7/jdk/test/tools/pack200/
H A DUtils.java210 private static String getEntryPath(String basePath, String fullPath) { argument
211 if (!fullPath.startsWith(basePath)) {
214 return fullPath.substring(basePath.length());
/openjdk7/jdk/src/share/classes/sun/font/
H A DSunFontManager.java1579 String fullPath = getPathName(file);
1582 .info("Trying to resolve file " + fullPath);
1585 ttf = new TrueTypeFont(fullPath, null, fn++, false);
1594 fontName + " located in " + fullPath);
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_PrintJob.cpp1182 TCHAR fullPath[_MAX_PATH]; local
1184 _tfullpath(fullPath, destination, _MAX_PATH);
1185 docInfo.lpszOutput = fullPath;

Completed in 120 milliseconds