Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc725 if (input_vdex_fd_ != -1 && !input_vdex_.empty()) { in ProcessOptions()
1136 input_vdex_ = option.substr(strlen("--input-vdex=")).data(); in ParseArgs()
1291 if (!input_vdex_.empty()) { in OpenFile()
1293 input_vdex_file_ = VdexFile::Open(input_vdex_, in OpenFile()
1304 if (vdex_filename == input_vdex_ && output_vdex_.empty()) { in OpenFile()
2716 std::string input_vdex_; member in art::FINAL