Searched refs:jarfile (Results 1 - 16 of 16) sorted by relevance

/external/smali/scripts/
H A Dbaksmali38 jarfile=baksmalilib.jar
41 if [ ! -r "$libdir/$jarfile" ]; then
46 if [ ! -r "$libdir/$jarfile" ]; then
47 echo `basename "$prog"`": can't find $jarfile"
79 # For Cygwin, convert the jarfile path into native Windows style.
80 jarpath=`cygpath -w "$libdir/$jarfile"`
82 jarpath="$libdir/$jarfile"
H A Dsmali38 jarfile=smalilib.jar
41 if [ ! -r "$libdir/$jarfile" ]; then
46 if [ ! -r "$libdir/$jarfile" ]; then
47 echo `basename "$prog"`": can't find $jarfile"
79 # For Cygwin, convert the jarfile path into native Windows style.
80 jarpath=`cygpath -w "$libdir/$jarfile"`
82 jarpath="$libdir/$jarfile"
/external/emma/core/java12/com/vladium/emma/
H A DrunCommand.java149 final File jarfile = new File (freeArgs [0]);
153 jarMainClass = openJarFile (jarfile); // the rest of free args are *not* ignored
163 exit (true, "failed to load Main-Class manifest attribute from [" + jarfile.getAbsolutePath () + "]", null, RC_UNEXPECTED);
173 m_classpath = new String [] { jarfile.getPath () };
286 return "[options] class [args...] | -jar [options] jarfile [args...]";
297 JarFile jarfile = null;
300 jarfile = new JarFile (file, false);
302 final Manifest manifest = jarfile.getManifest ();
314 if (jarfile != null) try { jarfile
[all...]
/external/javassist/src/main/javassist/
H A DClassPoolTail.java123 JarFile jarfile; field in class:JarClassPath
128 jarfile = new JarFile(pathname);
142 JarEntry je = jarfile.getJarEntry(jarname);
144 return jarfile.getInputStream(je);
150 + jarfile.getName());
155 JarEntry je = jarfile.getJarEntry(jarname);
167 jarfile.close();
168 jarfile = null;
174 return jarfile == null ? "<null>" : jarfile
[all...]
/external/emma/core/java12/com/vladium/util/
H A DIPathEnumerator.java295 JarFile jarfile = null;
298 jarfile = new JarFile (archive, false); // 3-arg constructor is not in J2SE 1.2
299 result = jarfile.getManifest ();
306 if (jarfile != null) try { jarfile.close (); } catch (IOException ignore) {}
/external/icu/tools/
H A Dicuutil.py140 for jarfile in jarfiles:
141 print 'Copying %s to %s ...' % (jarfile, icu_jar_data_dir)
142 shutil.copy(jarfile, icu_jar_data_dir)
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/guice/extensions/struts2/lib/
H A Dxwork-core-2.2.1.jarMETA-INF/ META-INF/MANIFEST.MF xwork-validator-definition-1.0.dtd xwork ...
H A Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ...
H A Dant-1.6.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/guice/extensions/persist/lib/
H A Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ...
H A Dxwork-2.0.4.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/opensymphony/ com/opensymphony/xwork2/ com/opensymphony/xwork2/config/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jar ... jar.Manifest manifest java.util.jar.JarFile jarFile String classpathElement java.net.URL libraryURL String ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jar ... jar.Manifest manifest java.util.jar.JarFile jarFile String classpathElement java.net.URL libraryURL String ...
/external/robolectric/v1/lib/main/
H A Djavassist-3.14.0-GA.jar ... implements javassist.ClassPath { java.util.jar.JarFile jarfile String jarfileURL void " href="/8.1.0_r33 ...

Completed in 385 milliseconds