Home
last modified time | relevance | path

Searched refs:strContent (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/
DFwdLockConv.c168 static const char strContent[] = "content-"; variable
175 static const size_t strlenContent = sizeof strContent - 1;
473 if (strncmp(pSession->mimeHeaderName.ptr, strContent, strlenContent) == 0) { in FwdLockConv_RecognizeMimeHeaderName()