HomeSort by relevance Sort by last modified time
    Searched full:strtextplain (Results 1 - 1 of 1) sorted by null

  /frameworks/base/drm/libdrmframework/plugins/forward-lock/internal-format/converter/
FwdLockConv.c 170 static const char strTextPlain[] = "text/plain";
175 static const size_t strlenTextPlain = sizeof strTextPlain - 1;
503 pSession->contentType.ptr = malloc(sizeof strTextPlain);
507 memcpy(pSession->contentType.ptr, strTextPlain, sizeof strTextPlain);
    [all...]

Completed in 277 milliseconds