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

/dalvik/vm/
H A DRawDexFile.cpp110 RawDexFile** ppRawDexFile, bool isBootstrap)
229 *ppRawDexFile = (RawDexFile*) calloc(1, sizeof(RawDexFile));
230 (*ppRawDexFile)->cacheFileName = cachedName;
231 (*ppRawDexFile)->pDvmDex = pDvmDex;
249 int dvmRawDexFileOpenArray(u1* pBytes, u4 length, RawDexFile** ppRawDexFile) argument
259 *ppRawDexFile = (RawDexFile*) calloc(1, sizeof(RawDexFile));
260 (*ppRawDexFile)->pDvmDex = pDvmDex;
109 dvmRawDexFileOpen(const char* fileName, const char* odexOutputName, RawDexFile** ppRawDexFile, bool isBootstrap) argument

Completed in 77 milliseconds