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()
37 size_t cropExtLen = strlen(extensionName); in hasEglExtension() local42 bool atStart = !strncmp(extString + space, exts, cropExtLen + 1); in hasEglExtension()43 bool atEnd = (cropExtLen + 1) < extsLen && in hasEglExtension()44 !strcmp(space + extString, exts + extsLen - (cropExtLen + 1)); in hasEglExtension()