Home
last modified time | relevance | path

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

/art/runtime/
Dvdex_file.h281 EXPORT bool OpenAllDexFiles(std::vector<std::unique_ptr<const DexFile>>* dex_files,
Dvdex_file.cc215 bool VdexFile::OpenAllDexFiles(std::vector<std::unique_ptr<const DexFile>>* dex_files, in OpenAllDexFiles() function in art::VdexFile
/art/oatdump/
Doatdump.cc822 if (!vdex_file->OpenAllDexFiles(&tmp_dex_files, error_msg)) { in OpenVdex()