Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc682 if (input_vdex_fd_ != -1 && !input_vdex_.empty()) { in ProcessOptions()
1080 AssignIfExists(args, M::InputVdex, &input_vdex_); in ParseArgs()
1266 if (!input_vdex_.empty()) { in OpenFile()
1268 input_vdex_file_ = VdexFile::Open(input_vdex_, in OpenFile()
1278 if (vdex_filename == input_vdex_ && output_vdex_.empty()) { in OpenFile()
2925 std::string input_vdex_; member in art::Dex2Oat