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

/openjdk7/langtools/src/share/classes/com/sun/mirror/apt/
H A DFiler.java105 * <tt>loc</tt>, <tt>pkg</tt>, and <tt>relPath</tt>.
115 * @param relPath final pathname components of the file
123 File relPath,
133 * <tt>loc</tt>, <tt>pkg</tt>, and <tt>relPath</tt>.
138 * @param relPath final pathname components of the file
144 File relPath) throws IOException;
121 createTextFile(Location loc, String pkg, File relPath, String charsetName) argument
142 createBinaryFile(Location loc, String pkg, File relPath) argument
/openjdk7/jdk/test/java/security/testlibrary/
H A DCertUtils.java131 * @param relPath relative path containing certs (must end in
136 public static CertPath buildPath(String relPath, String [] fileNames) argument
140 list.add(0, getCertFromFile(relPath + fileNames[i]));
161 * @param relPath relative path containing certs (must end in
167 public static CertStore createStore(String relPath, String [] fileNames) argument
171 certs.add(getCertFromFile(relPath + fileNames[i]));
192 * @param relPath relative path containing CRLs (must end in file.separator)
197 public static CertStore createCRLStore(String relPath, String [] fileNames) argument
201 crls.add(getCRLFromFile(relPath + fileNames[i]));
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/wsdl/writer/
H A DWSDLPatcher.java98 String relPath = in.getAttributeValue(i);
99 String actualPath = getPatchedImportLocation(relPath);
104 logger.fine("Fixing the relative location:"+relPath
214 * @param relPath relative URI to be resolved
218 private @Nullable String getPatchedImportLocation(String relPath) { argument
219 return docResolver.getLocationFor(null, relPath);
H A DWSDLGenerator.java1079 String relPath = calculateRelativePath(uriPath, basePath);
1081 if (relPath == null)
1084 relUri.append(relPath);
/openjdk7/langtools/src/share/classes/com/sun/tools/apt/mirror/apt/
H A DFilerImpl.java228 File relPath,
231 ? relPath
232 : new File(nameToPath(pkg), relPath.getPath());
244 File relPath) throws IOException {
246 ? relPath
247 : new File(nameToPath(pkg), relPath.getPath());
226 createTextFile(Location loc, String pkg, File relPath, String charsetName) argument
242 createBinaryFile(Location loc, String pkg, File relPath) argument
/openjdk7/jdk/test/sun/security/ssl/sanity/interop/
H A DCipherTest.java398 String relPath;
400 relPath = pathToStoresSH;
402 relPath = pathToStores;
404 PATH = new File(System.getProperty("test.src", "."), relPath);
/openjdk7/jdk/test/sun/security/pkcs11/fips/
H A DCipherTest.java400 String relPath;
402 relPath = pathToStoresSH;
404 relPath = pathToStores;
406 PATH = new File(System.getProperty("test.src", "."), relPath);
/openjdk7/jdk/test/sun/security/pkcs11/sslecc/
H A DCipherTest.java399 String relPath;
401 relPath = pathToStoresSH;
403 relPath = pathToStores;
405 PATH = new File(System.getProperty("test.src", "."), relPath);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/schemagen/
H A DXmlSchemaGenerator.java1542 String relPath = calculateRelativePath(uriPath, basePath, fixNull(theUri.getScheme()).equals("file"));
1544 if (relPath == null)
1547 relUri.append(relPath);

Completed in 83 milliseconds