Home
last modified time | relevance | path

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

/art/tools/veridex/
Dveridex.cc149 std::vector<std::unique_ptr<const DexFile>> boot_dex_files; in Run() local
158 if (!Load(str, boot_content[i++], &boot_dex_files, &error_msg)) { in Run()
197 Resolve(boot_dex_files, resolver_map, type_map, &boot_resolvers); in Run()