Home
last modified time | relevance | path

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

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