• Home
  • Raw
  • Download

Lines Matching refs:PRId64

167     ALOGW("Zip: %s: Read %zu from offset %" PRId64 " failed %s", debugFileName,  in FindCentralDirectoryInfoForZip64()
173 ALOGW("Zip: %s: Zip64 eocd locator signature not found at offset %" PRId64, debugFileName, in FindCentralDirectoryInfoForZip64()
181 ALOGW("Zip: %s: Bad zip64 eocd offset %" PRId64 ", eocd locator offset %" PRId64, debugFileName, in FindCentralDirectoryInfoForZip64()
189 ALOGW("Zip: %s: read %zu from offset %" PRId64 " failed %s", debugFileName, in FindCentralDirectoryInfoForZip64()
195 ALOGW("Zip: %s: Zip64 eocd record signature not found at offset %" PRId64, debugFileName, in FindCentralDirectoryInfoForZip64()
224 ALOGE("Zip: read %" PRId64 " from offset %" PRId64 " failed", static_cast<int64_t>(read_amount), in FindCentralDirectoryInfo()
259 ALOGW("Zip: %" PRId64 " extraneous bytes at the end of the central directory", in FindCentralDirectoryInfo()
276 ALOGW("Zip: bad offsets (dir %" PRIu32 ", size %" PRIu32 ", eocd %" PRId64 ")", in FindCentralDirectoryInfo()
303 ALOGV("Zip: zip file too long %" PRId64, static_cast<int64_t>(file_length)); in MapCentralDirectory()
308 ALOGV("Zip: length %" PRId64 " is too small to be zip", static_cast<int64_t>(file_length)); in MapCentralDirectory()
553 ALOGW("Zip: bad LFH offset %" PRId64 " at entry %" PRIu64, in ParseZipArchive()
618 ALOGW("Invalid zip length %" PRId64, length); in OpenArchiveFdRange()
623 ALOGW("Invalid zip offset %" PRId64, offset); in OpenArchiveFdRange()
791 ALOGW("Zip: failed reading lfh name from offset %" PRId64, in FindEntry()
798 ALOGW("Zip: didn't find signature at start of lfh, offset=%" PRId64, in FindEntry()
825 ALOGW("Zip: failed reading lfh name from offset %" PRId64, static_cast<int64_t>(name_offset)); in FindEntry()
853 ALOGW("Zip: failed reading lfh extra field from offset %" PRId64, lfh_extra_field_offset); in FindEntry()
927 ALOGW("Zip: bad data offset %" PRId64 " in zip", static_cast<int64_t>(data_offset)); in FindEntry()
932 ALOGW("Zip: bad compressed length in zip (%" PRId64 " + %" PRIu64 " > %" PRId64 ")", in FindEntry()
939 ALOGW("Zip: bad uncompressed length in zip (%" PRId64 " + %" PRIu64 " > %" PRId64 ")", in FindEntry()
1168 ALOGW("Zip: unable to allocate %" PRIu64 " bytes at offset %" PRId64 ": %s", in Create()
1185 ALOGW("Zip: unable to truncate file to %" PRId64 ": %s", in Create()
1406 ALOGW("CopyFileToFile: copy read failed, block_size = %u, offset = %" PRId64 ": %s", in CopyEntryToWriter()
1574 ALOGE("Zip: invalid offset %" PRId64, off); in ReadAtOffset()
1580 ALOGE("Zip: invalid read offset %" PRId64 " overflows, fd offset %" PRId64, off, fd_offset_); in ReadAtOffset()
1588 ALOGE("Zip: invalid read length %" PRId64 " overflows, offset %" PRId64, in ReadAtOffset()
1594 ALOGE("Zip: invalid read length %" PRId64 " exceeds data length %" PRId64 ", offset %" in ReadAtOffset()
1595 PRId64, static_cast<off64_t>(len), data_length_, off); in ReadAtOffset()
1601 ALOGE("Zip: failed to read at offset %" PRId64, off); in ReadAtOffset()
1606 ALOGE("Zip: invalid offset: %" PRId64 ", read length: %zu, data length: %" PRId64, off, len, in ReadAtOffset()
1627 ALOGE("Zip: failed to map central directory (offset %" PRId64 ", size %zu): %s", in InitializeCentralDirectory()
1643 "start_offset %" PRId64 ", cd_size %zu, mapped_region_size %" PRId64 ")", in InitializeCentralDirectory()