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

/dalvik/libcore/archive/src/main/native/
H A Dhy2sie.h101 #define hyfile_read(a, b, c) read(a, b, c) macro
H A Dzipsup.c343 if (hyfile_read (zipFile->fd, buffer, size) != size)
451 size = hyfile_read (zipFile->fd, buffer, SCAN_CHUNK_SIZE);
521 if (hyfile_read (zipFile->fd, descriptor, 12) != 12)
662 result = hyfile_read (zipFile->fd, buffer + bufferedSize, bytesToRead);
757 hyfile_read (zipFile->fd, buffer + bufferedSize, bytesToRead);
900 result = hyfile_read (zipFile->fd, current, readLength);
1031 hyfile_read (zipFile->fd, zipEntry->filename + readLength,
1082 if (hyfile_read (zipFile->fd, buf, 2) == 2)
1694 result = hyfile_read (zipFile->fd, dataBuffer, entry->compressedSize);
1743 if (hyfile_read (zipFil
[all...]

Completed in 44 milliseconds