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

/dalvik/vm/
H A DRawDexFile.h28 struct RawDexFile { struct
40 RawDexFile** ppDexFile, bool isBootstrap);
52 int dvmRawDexFileOpenArray(u1* pBytes, u4 length, RawDexFile** ppDexFile);
55 * Free a RawDexFile structure, along with any associated structures.
57 void dvmRawDexFileFree(RawDexFile* pRawDexFile);
60 * Pry the DexFile out of a RawDexFile.
62 INLINE DvmDex* dvmGetRawDexFileDex(RawDexFile* pRawDexFile) {
67 INLINE const char* dvmGetRawDexFileCacheFileName(RawDexFile* pRawDexFile) {

Completed in 44 milliseconds