Searched refs:cropExtLen (Results 1 – 3 of 3) sorted by relevance
69 size_t cropExtLen = strlen(PROT_CONTENT_EXT_STR); in hasEglProtectedContentImpl() local72 bool atStart = !strncmp(PROT_CONTENT_EXT_STR " ", exts, cropExtLen + 1); in hasEglProtectedContentImpl()73 bool atEnd = (cropExtLen + 1) < extsLen && in hasEglProtectedContentImpl()74 !strcmp(" " PROT_CONTENT_EXT_STR, exts + extsLen - (cropExtLen + 1)); in hasEglProtectedContentImpl()
87 size_t cropExtLen = strlen(PROT_CONTENT_EXT_STR); in hasEglProtectedContentImpl() local90 bool atStart = !strncmp(PROT_CONTENT_EXT_STR " ", exts, cropExtLen+1); in hasEglProtectedContentImpl()91 bool atEnd = (cropExtLen+1) < extsLen && in hasEglProtectedContentImpl()92 !strcmp(" " PROT_CONTENT_EXT_STR, exts + extsLen - (cropExtLen+1)); in hasEglProtectedContentImpl()
34 size_t cropExtLen = strlen(extensionName); in hasEglExtension() local39 bool atStart = !strncmp(extString + space, exts, cropExtLen + 1); in hasEglExtension()40 bool atEnd = (cropExtLen + 1) < extsLen && in hasEglExtension()41 !strcmp(space + extString, exts + extsLen - (cropExtLen + 1)); in hasEglExtension()