Searched refs:zip_fd (Results 1 - 1 of 1) sorted by relevance

/art/dex2oat/
H A Ddex2oat.cc581 int zip_fd = -1; local
630 if (!ParseInt(zip_fd_str, &zip_fd)) {
772 if (dex_filenames.empty() && zip_fd == -1) {
776 if (!dex_filenames.empty() && zip_fd != -1) {
792 if (zip_fd != -1 && zip_location.empty()) {
910 UniquePtr<ZipArchive> zip_archive(ZipArchive::OpenFromFd(zip_fd));

Completed in 637 milliseconds