Searched refs:output_vdex_ (Results 1 – 1 of 1) sorted by relevance
949 if (output_vdex_fd_ != -1 && !output_vdex_.empty()) { in ProcessOptions()1324 AssignIfExists(args, M::OutputVdex, &output_vdex_); in ParseArgs()1490 std::string vdex_filename = output_vdex_.empty() in OpenFile()1492 : output_vdex_; in OpenFile()1493 if (vdex_filename == input_vdex_ && output_vdex_.empty()) { in OpenFile()3028 std::string output_vdex_; member in art::Dex2Oat