Searched refs:unique_ptr_dex_files (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dvdex_file.cc169 std::vector<std::unique_ptr<const DexFile>> unique_ptr_dex_files; local
170 if (!vdex->OpenAllDexFiles(&unique_ptr_dex_files, error_msg)) {
173 vdex->Unquicken(MakeNonOwningPointerVector(unique_ptr_dex_files),

Completed in 89 milliseconds