Lines Matching refs:zip_fd
854 int zip_fd = -1;
923 if (!ParseInt(zip_fd_str, &zip_fd)) {
926 if (zip_fd < 0) {
927 Usage("--zip-fd passed a negative value %d", zip_fd);
1175 if (dex_filenames.empty() && zip_fd == -1) {
1179 if (!dex_filenames.empty() && zip_fd != -1) {
1195 if (zip_fd != -1 && zip_location.empty()) {
1441 std::unique_ptr<ZipArchive> zip_archive(ZipArchive::OpenFromFd(zip_fd, zip_location.c_str(),