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

/system/core/libziparchive/
H A Dzip_archive.cc218 ZipArchive* archive, off64_t file_length,
220 const off64_t search_start = file_length - read_amount;
262 if (calculated_length != file_length) {
264 static_cast<int64_t>(file_length - calculated_length));
315 off64_t file_length = lseek64(fd, 0, SEEK_END); local
316 if (file_length == -1) {
321 if (file_length > static_cast<off64_t>(0xffffffff)) {
322 ALOGV("Zip: zip file too long %" PRId64, static_cast<int64_t>(file_length));
326 if (file_length < static_cast<off64_t>(sizeof(EocdRecord))) {
327 ALOGV("Zip: length %" PRId64 " is too small to be zip", static_cast<int64_t>(file_length));
217 MapCentralDirectory0(int fd, const char* debug_file_name, ZipArchive* archive, off64_t file_length, off64_t read_amount, uint8_t* scan_buffer) argument
[all...]
/system/update_engine/payload_consumer/
H A Ddelta_performer_unittest.cc516 const uint64_t file_length = 4 * block_size - 13; local
527 file_length,

Completed in 279 milliseconds