HomeSort by relevance Sort by last modified time
    Searched defs:JarFile (Results 1 - 7 of 7) sorted by null

  /dalvik/vm/
JarFile.h 26 typedef struct JarFile {
31 } JarFile;
36 * On success, returns 0 and sets "*ppJarFile" to a newly-allocated JarFile.
40 JarFile** ppJarFile, bool isBootstrap);
43 * Free a JarFile structure, along with any associated structures.
45 void dvmJarFileFree(JarFile* pJarFile);
47 /* pry the DexFile out of a JarFile */
48 INLINE DvmDex* dvmGetJarFileDex(JarFile* pJarFile) {
53 INLINE const char* dvmGetJarFileCacheFileName(JarFile* pJarFile) {
  /libcore/luni/src/main/java/java/util/jar/
JarFile.java 33 * {@code JarFile} is used to read jar entries and their associated data from
39 public class JarFile extends ZipFile {
156 * Create a new {@code JarFile} using the contents of the specified file.
163 public JarFile(File file) throws IOException {
168 * Create a new {@code JarFile} using the contents of the specified file.
177 public JarFile(File file, boolean verify) throws IOException {
186 * Create a new {@code JarFile} using the contents of file.
198 public JarFile(File file, boolean verify, int mode) throws IOException {
207 * Create a new {@code JarFile} from the contents of the file specified by
215 public JarFile(String filename) throws IOException
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 33 milliseconds