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

/art/dex2oat/
H A Ddex2oat.cc576 int zip_fd = -1; local
625 if (!ParseInt(zip_fd_str, &zip_fd)) {
767 if (dex_filenames.empty() && zip_fd == -1) {
771 if (!dex_filenames.empty() && zip_fd != -1) {
787 if (zip_fd != -1 && zip_location.empty()) {
905 UniquePtr<ZipArchive> zip_archive(ZipArchive::OpenFromFd(zip_fd));

Completed in 185 milliseconds