Home
last modified time | relevance | path

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

/art/tools/veridex/
Dveridex.cc147 std::vector<std::string> boot_content; in Run() local
155 boot_content.resize(boot_classpath.size()); in Run()
158 if (!Load(str, boot_content[i++], &boot_dex_files, &error_msg)) { in Run()