Lines Matching refs:PRId64
415 ALOGW("Zip: seek %" PRId64 " failed: %s", static_cast<int64_t>(search_start), in MapCentralDirectory0()
422 ALOGW("Zip: read %" PRId64 " failed: %s", static_cast<int64_t>(read_amount), in MapCentralDirectory0()
457 ALOGW("Zip: %" PRId64 " extraneous bytes at the end of the central directory", in MapCentralDirectory0()
467 ALOGW("Zip: bad offsets (dir %" PRIu32 ", size %" PRIu32 ", eocd %" PRId64 ")", in MapCentralDirectory0()
516 ALOGV("Zip: zip file too long %" PRId64, static_cast<int64_t>(file_length)); in MapCentralDirectory()
521 ALOGV("Zip: length %" PRId64 " is too small to be zip", static_cast<int64_t>(file_length)); in MapCentralDirectory()
592 ALOGW("Zip: bad LFH offset %" PRId64 " at entry %" PRIu16, in ParseZipArchive()
707 ALOGW("Zip: failed seek to offset %" PRId64, off); in ReadAtOffset()
765 ALOGW("Zip: failed reading lfh name from offset %" PRId64, in FindEntry()
773 ALOGW("Zip: didn't find signature at start of lfh, offset=%" PRId64, in FindEntry()
809 ALOGW("Zip: failed reading lfh name from offset %" PRId64, static_cast<int64_t>(name_offset)); in FindEntry()
828 ALOGW("Zip: bad data offset %" PRId64 " in zip", static_cast<int64_t>(data_offset)); in FindEntry()
833 ALOGW("Zip: bad compressed length in zip (%" PRId64 " + %" PRIu32 " > %" PRId64 ")", in FindEntry()
840 ALOGW("Zip: bad uncompressed length in zip (%" PRId64 " + %" PRIu32 " > %" PRId64 ")", in FindEntry()
1036 ALOGW("Zip: unable to allocate space for file to %" PRId64 ": %s", in Create()
1045 ALOGW("Zip: unable to truncate file to %" PRId64 ": %s", in Create()
1229 ALOGW("Zip: lseek to data at %" PRId64 " failed", static_cast<int64_t>(data_offset)); in ExtractToWriter()