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