Home
last modified time | relevance | path

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

/external/parameter-framework/upstream/remote-processor/
DRemoteCommandHandlerTemplate.h200 std::string strUsage = pRemoteCommandParserItem->usage(); in helpCommandProcess() local
203 size_t spacesToAdd = _maxCommandUsageLength + 5 - strUsage.length(); in helpCommandProcess()
205 strResult += strUsage + std::string(spacesToAdd, ' ') + "=> " + in helpCommandProcess()