HomeSort by relevance Sort by last modified time
    Searched refs:entries_end (Results 1 - 2 of 2) sorted by null

  /system/media/camera/src/
camera_metadata.c 467 const metadata_uptrdiff_t entries_end = local
469 if (entries_end < metadata->entries_start || // overflow check
470 entries_end > metadata->data_start) {
    [all...]
  /bootable/recovery/applypatch/
imgdiff.cpp 714 size_t entries_end = 0; local
716 entries_end = static_cast<size_t>(temp_entries.back().second.offset +
719 CHECK_LT(entries_end, file_content_.size());
720 chunks_.emplace_back(CHUNK_NORMAL, entries_end, &file_content_,
721 file_content_.size() - entries_end);
    [all...]

Completed in 93 milliseconds