Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc596 dex_locations_.push_back(option.substr(strlen("--dex-location=")).data()); in ParseArgs()
929 if (dex_locations_.empty()) { in ParseArgs()
931 dex_locations_.push_back(dex_file_name); in ParseArgs()
933 } else if (dex_locations_.size() != dex_filenames_.size()) { in ParseArgs()
1161 boot_class_path_locations += Join(dex_locations_, ':'); in Setup()
1284 size_t failure_count = OpenDexFiles(dex_filenames_, dex_locations_, &opened_dex_files_); in Setup()
1876 std::vector<const char*> dex_locations_; member in art::FINAL