Searched refs:resPath (Results 1 - 3 of 3) sorted by relevance

/libcore/support/src/test/java/tests/support/resource/
H A DSupport_Resources.java69 String resPath = resources.toString();
70 if (resPath.charAt(0) == '/' || resPath.charAt(0) == '\\') {
71 resPath = resPath.substring(1);
73 String urlSpec = "file:/" + resPath + "/" + fileName;
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
H A DCipherTest.java340 String resPath = "hyts_" + "des-ede3-cbc.test" + index
343 Support_Resources.copyFile(resources, null, resPath);
344 InputStream is = Support_Resources.getStream(resPath);
398 String resPath = "hyts_" + "des-ede3-cbc.test" + index
401 Support_Resources.copyFile(resources, null, resPath);
402 InputStream is = Support_Resources.getStream(resPath);
462 private byte[] loadBytes(String resPath) throws Exception { argument
464 Support_Resources.copyFile(resources, null, resPath);
465 InputStream is = Support_Resources.getStream(resPath);
/libcore/luni/src/test/java/libcore/java/lang/
H A DOldClassTest.java478 String resPath = resources.toString();
479 if (resPath.charAt(0) == '/' || resPath.charAt(0) == '\\')
480 resPath = resPath.substring(1);
484 URL resourceURL = new URL("file:/" + resPath + "/Package/"

Completed in 83 milliseconds