HomeSort by relevance Sort by last modified time
    Searched refs:strContent (Results 1 - 5 of 5) sorted by null

  /external/parameter-framework/upstream/test/test-subsystem/
TESTSubsystem.cpp 96 std::string strContent;
100 file >> strContent;
102 return strContent;
106 void CTESTSubsystem::write(const std::string &strFileName, const std::string &strContent)
114 file << strContent;
TESTSubsystem.h 48 static void write(const std::string &strFileName, const std::string &strContent);
  /external/parameter-framework/upstream/xmlserializer/
XmlElement.cpp 129 string strContent((const char *)pucXmlContent);
133 return strContent;
226 void CXmlElement::setTextContent(const string &strContent)
228 xmlAddChild(_pXmlElement, xmlNewText(BAD_CAST strContent.c_str()));
XmlElement.h 97 void setTextContent(const std::string &strContent);
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/
FwdLockConv.c 168 static const char strContent[] = "content-";
175 static const size_t strlenContent = sizeof strContent - 1;
473 if (strncmp(pSession->mimeHeaderName.ptr, strContent, strlenContent) == 0) {
    [all...]

Completed in 108 milliseconds