Home
last modified time | relevance | path

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

/art/dex2oat/
Ddex2oat.cc606 zip_location_ = option.substr(strlen("--zip-location=")).data(); in ParseArgs()
925 if (!dex_filenames_.empty() && !zip_location_.empty()) { in ParseArgs()
937 if (zip_fd_ != -1 && zip_location_.empty()) { in ParseArgs()
1267 zip_location_.c_str(), in Setup()
1270 LOG(ERROR) << "Failed to open zip from file descriptor for '" << zip_location_ << "': " in Setup()
1274 … if (!DexFile::OpenFromZip(*zip_archive.get(), zip_location_, &error_msg, &opened_dex_files_)) { in Setup()
1275 LOG(ERROR) << "Failed to open dex from file descriptor for zip file '" << zip_location_ in Setup()
1878 std::string zip_location_; member in art::FINAL