Home
last modified time | relevance | path

Searched refs:ZD_TYPE (Results 1 – 2 of 2) sorted by relevance

/system/core/include/utils/
DCompat.h46 #define ZD_TYPE long macro
49 #define ZD_TYPE ssize_t macro
/system/core/libziparchive/
Dzip_archive.cc1139 const ZD_TYPE getSize = (compressed_length > kBufSize) ? kBufSize : compressed_length; in InflateEntryToWriter()
1140 const ZD_TYPE actual = TEMP_FAILURE_RETRY(read(fd, &read_buf[0], getSize)); in InflateEntryToWriter()