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

  /art/runtime/
oat_file.h 228 const DexFile* OpenDexFile(std::string* error_msg) const;
oat_file.cc 452 const DexFile* OatFile::OatDexFile::OpenDexFile(std::string* error_msg) const {
runtime.cc 617 const DexFile* dex_file = oat_dex_file->OpenDexFile(&error_msg);
    [all...]
class_linker.cc     [all...]
  /art/oatdump/
oatdump.cc 276 std::unique_ptr<const DexFile> dex_file(oat_dex_file->OpenDexFile(&error_msg));
304 std::unique_ptr<const DexFile> dex_file(oat_dex_file->OpenDexFile(&error_msg));
363 std::unique_ptr<const DexFile> dex_file(oat_dex_file.OpenDexFile(&error_msg));
    [all...]

Completed in 208 milliseconds