Home
last modified time | relevance | path

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

/external/parameter-framework/utility/
DUtility.cpp44 std::ostringstream ostrFormatedList; in asString() local
47 std::ostream_iterator<std::string>(ostrFormatedList, strSeparator.c_str())); in asString()
49 strOutput = ostrFormatedList.str(); in asString()