Searched refs:input_vdex_ (Results 1 – 1 of 1) sorted by relevance
945 if (input_vdex_fd_ != -1 && !input_vdex_.empty()) { in ProcessOptions()982 if ((input_vdex_fd_ != -1 || !input_vdex_.empty()) && in ProcessOptions()1323 AssignIfExists(args, M::InputVdex, &input_vdex_); in ParseArgs()1480 if (!input_vdex_.empty()) { in OpenFile()1482 input_vdex_file_ = VdexFile::Open(input_vdex_, in OpenFile()1493 if (vdex_filename == input_vdex_ && output_vdex_.empty()) { in OpenFile()3027 std::string input_vdex_; member in art::Dex2Oat