Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc929 if (input_vdex_fd_ != -1 && !input_vdex_.empty()) { in ProcessOptions()
966 if ((input_vdex_fd_ != -1 || !input_vdex_.empty()) && in ProcessOptions()
1310 AssignIfExists(args, M::InputVdex, &input_vdex_); in ParseArgs()
1464 if (!input_vdex_.empty()) { in OpenFile()
1466 input_vdex_file_ = VdexFile::Open(input_vdex_, in OpenFile()
1477 if (vdex_filename == input_vdex_ && output_vdex_.empty()) { in OpenFile()
3023 std::string input_vdex_; member in art::Dex2Oat