Searched defs:fullPath (Results 1 - 5 of 5) 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/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/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/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 57 milliseconds