Searched refs:atStart (Results 1 – 4 of 4) sorted by relevance
88 bool atStart = !strncmp(BC_EXT_STR " ", exts, bcExtLen+1); in initialize() local92 if (equal || atStart || atEnd || inMiddle) { in initialize()
71 bool atStart = !strncmp(PROT_CONTENT_EXT_STR " ", exts, cropExtLen + 1); in hasEglProtectedContentImpl() local75 return equal || atStart || atEnd || inMiddle; in hasEglProtectedContentImpl()
90 bool atStart = !strncmp(PROT_CONTENT_EXT_STR " ", exts, cropExtLen+1); in hasEglProtectedContentImpl() local94 return equal || atStart || atEnd || inMiddle; in hasEglProtectedContentImpl()
38 bool atStart = !strncmp(extString + space, exts, cropExtLen + 1); in hasEglExtension() local42 return equal || atStart || atEnd || inMiddle; in hasEglExtension()