Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Dimage_test.h87 const std::string& extra_dex = "",
363 const std::string& extra_dex, in Compile() argument
378 if (!extra_dex.empty()) { in Compile()
379 helper.extra_dex_files = OpenTestDexFiles(extra_dex.c_str()); in Compile()