Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Doat_writer.h378 std::list<std::string> zipped_dex_file_locations_; variable
Doat_writer.cc378 zipped_dex_file_locations_(), in OatWriter()
560 zipped_dex_file_locations_.push_back(DexFileLoader::GetMultiDexLocation(i, location)); in AddDexFileSource()
561 const char* full_location = zipped_dex_file_locations_.back().c_str(); in AddDexFileSource()
570 if (zipped_dex_file_locations_.empty()) { in AddDexFileSource()
600 zipped_dex_file_locations_.push_back(DexFileLoader::GetMultiDexLocation(i, location)); in AddVdexDexFilesSource()
601 const char* full_location = zipped_dex_file_locations_.back().c_str(); in AddVdexDexFilesSource()