Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc672 if (output_vdex_fd_ != -1 && !output_vdex_.empty()) { in ProcessOptions()
1048 AssignIfExists(args, M::OutputVdex, &output_vdex_); in ParseArgs()
1214 std::string vdex_filename = output_vdex_.empty() in OpenFile()
1216 : output_vdex_; in OpenFile()
1217 if (vdex_filename == input_vdex_ && output_vdex_.empty()) { in OpenFile()
2915 std::string output_vdex_; member in art::Dex2Oat