Searched refs:desc_end (Results 1 – 1 of 1) sorted by relevance
108 const char* desc_end = desc_start + descsz; in GetBuildIdFromNoteSection() local109 if (desc_start > p && desc_start < desc_end && desc_end <= end) { in GetBuildIdFromNoteSection()