Searched refs:resPath (Results 1 – 3 of 3) sorted by relevance
69 String resPath = resources.toString(); in getURL() local70 if (resPath.charAt(0) == '/' || resPath.charAt(0) == '\\') { in getURL()71 resPath = resPath.substring(1); in getURL()73 String urlSpec = "file:/" + resPath + "/" + fileName; in getURL()
340 String resPath = "hyts_" + "des-ede3-cbc.test" + index in test_update$BII() local343 Support_Resources.copyFile(resources, null, resPath); in test_update$BII()344 InputStream is = Support_Resources.getStream(resPath); in test_update$BII()398 String resPath = "hyts_" + "des-ede3-cbc.test" + index in test_doFinal() local401 Support_Resources.copyFile(resources, null, resPath); in test_doFinal()402 InputStream is = Support_Resources.getStream(resPath); in test_doFinal()462 private byte[] loadBytes(String resPath) throws Exception { in loadBytes() argument464 Support_Resources.copyFile(resources, null, resPath); in loadBytes()465 InputStream is = Support_Resources.getStream(resPath); in loadBytes()
478 String resPath = resources.toString(); in test_getPackage() local479 if (resPath.charAt(0) == '/' || resPath.charAt(0) == '\\') in test_getPackage()480 resPath = resPath.substring(1); in test_getPackage()484 URL resourceURL = new URL("file:/" + resPath + "/Package/" in test_getPackage()