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 102 const DexFile* OpenDexFile(const OatFile::OatDexFile* oat_dex_file, std::string* error_msg) {
108 const DexFile* ret = oat_dex_file->OpenDexFile(error_msg).release();
199 const DexFile* const dex_file = OpenDexFile(oat_dex_file, &error_msg);
476 const DexFile* const dex_file = OpenDexFile(oat_dex_file, &error_msg);
499 const DexFile* dex_file = OpenDexFile(oat_dex_files_[i], &error_msg);
564 const DexFile* const dex_file = OpenDexFile(oat_dex_file, &error_msg);
742 const DexFile* const dex_file = OpenDexFile(oat_dex_file, &error_msg);
    [all...]

Completed in 118 milliseconds