Home
last modified time | relevance | path

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

/external/parameter-framework/utility/
DUtility.cpp76 void CUtility::appendTitle(string& strTo, const string& strTitle) in appendTitle() argument
78 strTo += "\n" + strTitle + "\n"; in appendTitle()
80 uint32_t uiLength = strTitle.size(); in appendTitle()
DUtility.h82 static void appendTitle(std::string& strTo, const std::string& strTitle);