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

/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);

Completed in 1835 milliseconds