Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc668 if (input_vdex_fd_ != -1 && !input_vdex_.empty()) { in ProcessOptions()
705 if ((input_vdex_fd_ != -1 || !input_vdex_.empty()) && in ProcessOptions()
1047 AssignIfExists(args, M::InputVdex, &input_vdex_); in ParseArgs()
1204 if (!input_vdex_.empty()) { in OpenFile()
1206 input_vdex_file_ = VdexFile::Open(input_vdex_, in OpenFile()
1217 if (vdex_filename == input_vdex_ && output_vdex_.empty()) { in OpenFile()
2914 std::string input_vdex_; member in art::Dex2Oat