Home
last modified time | relevance | path

Searched refs:OpenAllDexFiles (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Dvdex_file.h284 bool OpenAllDexFiles(std::vector<std::unique_ptr<const DexFile>>* dex_files,
Dvdex_file.cc200 bool VdexFile::OpenAllDexFiles(std::vector<std::unique_ptr<const DexFile>>* dex_files, in OpenAllDexFiles() function in art::VdexFile
/art/dexlayout/
Ddexdiag.cc345 if (!vdex->OpenAllDexFiles(&dex_files, &error_msg)) { in DisplayMappingIfFromVdexFile()
/art/oatdump/
Doatdump.cc802 if (!vdex_file->OpenAllDexFiles(&tmp_dex_files, error_msg)) { in OpenVdex()