HomeSort by relevance Sort by last modified time
    Searched refs:dvmRawDexFileOpen (Results 1 - 4 of 4) sorted by null

  /dalvik/vm/
RawDexFile.h 39 int dvmRawDexFileOpen(const char* fileName, const char* odexOutputName,
RawDexFile.cpp 109 int dvmRawDexFileOpen(const char* fileName, const char* odexOutputName,
158 ALOGV("dvmRawDexFileOpen: Checking cache for %s (%s)",
  /dalvik/vm/native/
dalvik_system_DexFile.cpp 209 && dvmRawDexFileOpen(sourceName, outputName, &pRawDexFile, false) == 0) {
  /dalvik/vm/oo/
Class.cpp 629 if (dvmRawDexFileOpen(cpe->fileName, NULL, &pRawDexFile, isBootstrap) == 0) {
    [all...]

Completed in 1237 milliseconds