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