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

  /art/runtime/
oat_file.cc     [all...]
  /art/oatdump/
oatdump.cc 89 const DexFile* OpenDexFile(const OatFile::OatDexFile* oat_dex_file, std::string* error_msg) {
95 const DexFile* ret = oat_dex_file->OpenDexFile(error_msg).release();
183 const DexFile* const dex_file = OpenDexFile(oat_dex_file, &error_msg);
494 const DexFile* const dex_file = OpenDexFile(oat_dex_file, &error_msg);
523 const DexFile* const dex_file = OpenDexFile(oat_dex_file, &error_msg);
588 const DexFile* const dex_file = OpenDexFile(&oat_dex_file, &error_msg);
643 const DexFile* const dex_file = OpenDexFile(&oat_dex_file, &error_msg);
    [all...]

Completed in 101 milliseconds