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

/dalvik/vm/
H A DJarFile.h26 struct JarFile { struct
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) {

Completed in 43 milliseconds