Searched refs:OpenAllDexFiles (Results 1 – 4 of 4) sorted by relevance
284 bool OpenAllDexFiles(std::vector<std::unique_ptr<const DexFile>>* dex_files,
200 bool VdexFile::OpenAllDexFiles(std::vector<std::unique_ptr<const DexFile>>* dex_files, in OpenAllDexFiles() function in art::VdexFile
345 if (!vdex->OpenAllDexFiles(&dex_files, &error_msg)) { in DisplayMappingIfFromVdexFile()
802 if (!vdex_file->OpenAllDexFiles(&tmp_dex_files, error_msg)) { in OpenVdex()