Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Dimage_test.h88 const std::string& extra_dex = "",
366 const std::string& extra_dex, in Compile() argument
381 if (!extra_dex.empty()) { in Compile()
382 helper.extra_dex_files = OpenTestDexFiles(extra_dex.c_str()); in Compile()