Searched defs:zip_location_ (Results 1 - 1 of 1) sorted by relevance

/art/dex2oat/
H A Ddex2oat.cc770 if (!dex_filenames_.empty() && !zip_location_.empty()) {
788 if (zip_fd_ != -1 && zip_location_.empty()) {
1071 zip_location_ = option.substr(strlen("--zip-location=")).data();
2112 if (!oat_writers_[0]->AddZippedDexFilesSource(ScopedFd(zip_fd_), zip_location_.c_str())) {
2455 std::string zip_location_; member in class:art::FINAL

Completed in 53 milliseconds