Searched refs:zip_location_ (Results 1 – 1 of 1) sorted by relevance
612 zip_location_ = option.substr(strlen("--zip-location=")).data(); in ParseArgs()931 if (!dex_filenames_.empty() && !zip_location_.empty()) { in ParseArgs()943 if (zip_fd_ != -1 && zip_location_.empty()) { in ParseArgs()1273 zip_location_.c_str(), in Setup()1276 LOG(ERROR) << "Failed to open zip from file descriptor for '" << zip_location_ << "': " in Setup()1280 … if (!DexFile::OpenFromZip(*zip_archive.get(), zip_location_, &error_msg, &opened_dex_files_)) { in Setup()1281 LOG(ERROR) << "Failed to open dex from file descriptor for zip file '" << zip_location_ in Setup()1887 std::string zip_location_; member in art::FINAL