Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc1667 std::vector<std::unique_ptr<const DexFile>>* opened_dex_files) { in OpenClassPathFiles() argument
1668 DCHECK(opened_dex_files != nullptr) << "OpenClassPathFiles out-param is nullptr"; in OpenClassPathFiles()
1678 if (!DexFile::Open(parsed[i].c_str(), parsed[i].c_str(), &error_msg, opened_dex_files)) { in OpenClassPathFiles()