Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc729 if (output_vdex_fd_ != -1 && !output_vdex_.empty()) { in ProcessOptions()
1138 output_vdex_ = option.substr(strlen("--output-vdex=")).data(); in ParseArgs()
1301 std::string vdex_filename = output_vdex_.empty() in OpenFile()
1303 : output_vdex_; in OpenFile()
1304 if (vdex_filename == input_vdex_ && output_vdex_.empty()) { in OpenFile()
2717 std::string output_vdex_; member in art::FINAL