Home | History | Annotate | Download | only in libziparchive

Lines Matching refs:PRId64

223     ALOGW("Zip: seek %" PRId64 " failed: %s", static_cast<int64_t>(search_start),
228 ALOGW("Zip: read %" PRId64 " failed: %s", static_cast<int64_t>(read_amount),
263 ALOGW("Zip: %" PRId64 " extraneous bytes at the end of the central directory",
273 ALOGW("Zip: bad offsets (dir %" PRIu32 ", size %" PRIu32 ", eocd %" PRId64 ")",
322 ALOGV("Zip: zip file too long %" PRId64, static_cast<int64_t>(file_length));
327 ALOGV("Zip: length %" PRId64 " is too small to be zip", static_cast<int64_t>(file_length));
398 ALOGW("Zip: bad LFH offset %" PRId64 " at entry %" PRIu16,
507 ALOGW("Zip: failed seek to offset %" PRId64, off);
562 ALOGW("Zip: failed reading lfh name from offset %" PRId64,
570 ALOGW("Zip: didn't find signature at start of lfh, offset=%" PRId64,
603 ALOGW("Zip: failed reading lfh name from offset %" PRId64, static_cast<int64_t>(name_offset));
622 ALOGW("Zip: bad data offset %" PRId64 " in zip", static_cast<int64_t>(data_offset));
627 ALOGW("Zip: bad compressed length in zip (%" PRId64 " + %" PRIu32 " > %" PRId64 ")",
634 ALOGW("Zip: bad uncompressed length in zip (%" PRId64 " + %" PRIu32 " > %" PRId64 ")",
828 ALOGW("Zip: unable to allocate space for file to %" PRId64 ": %s",
837 ALOGW("Zip: unable to truncate file to %" PRId64 ": %s",
1018 ALOGW("Zip: lseek to data at %" PRId64 " failed", static_cast<int64_t>(data_offset));