HomeSort by relevance Sort by last modified time
    Searched refs:zipped_dex_file_locations_ (Results 1 - 2 of 2) sorted by null

  /art/dex2oat/linker/
oat_writer.h 375 std::list<std::string> zipped_dex_file_locations_; member in class:art::linker::OatWriter::CreateTypeLookupTable
oat_writer.cc 377 zipped_dex_file_locations_(),
557 zipped_dex_file_locations_.push_back(DexFileLoader::GetMultiDexLocation(i, location));
558 const char* full_location = zipped_dex_file_locations_.back().c_str();
567 if (zipped_dex_file_locations_.empty()) {
592 // We used `zipped_dex_file_locations_` to keep the strings in memory.
593 zipped_dex_file_locations_.push_back(DexFileLoader::GetMultiDexLocation(i, location));
594 const char* full_location = zipped_dex_file_locations_.back().c_str();
    [all...]

Completed in 198 milliseconds