Home
last modified time | relevance | path

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

/art/dexlayout/
Ddexlayout.cc2185 const bool has_output_container = dex_container != nullptr; in ProcessDexFile() local
2186 const bool output = options_.output_dex_directory_ != nullptr || has_output_container; in ProcessDexFile()
2243 if (options_.verify_output_ && has_output_container) { in ProcessDexFile()