Searched refs:jarPath (Results 1 – 6 of 6) sorted by relevance
138 Path jarPath = Files.createTempFile(null, "jar"); in getClassLoaderInitializedWithClassFile() local139 jarPath.toFile().deleteOnExit(); in getClassLoaderInitializedWithClassFile()140 Files.write(jarPath, jarBytes); in getClassLoaderInitializedWithClassFile()141 return new URLClassLoader(new URL[] { jarPath.toUri().toURL() }); in getClassLoaderInitializedWithClassFile()
57 String jarPath = resPath.replaceFirst("[.]jar[!].*", ".jar").replaceFirst("file:", ""); in processJarfile() local61 jarFile = new JarFile(jarPath); in processJarfile()63 … throw new RuntimeException("Unexpected IOException reading JAR File '" + jarPath + "'", e); in processJarfile()
154 jarPath=${ANDROID_SOURCES_BASE}/out/host/linux-x86/framework/${artifact}.jar156 if [[ -f $jarPath ]]; then157 jar xf $jarPath159 echo "Couldn't find ${artifact} at $jarPath"
112 signJar = { jarPath ->116 ' ' + jarPath + ' signingcert'120 … throw new GradleException('Jar signing failed for ' + jarPath + ': ' + process.text)
478 jarPath = resolvePath(config, self.package.getClassesJarPath())500 if not os.path.exists(os.path.dirname(jarPath)):501 os.makedirs(os.path.dirname(jarPath))508 jarPath,
260 public void setTestJar(String jarPath) { in setTestJar() argument261 m_jarPath = jarPath; in setTestJar()