Searched refs:strPluginType (Results 1 - 1 of 1) sorted by relevance

/external/parameter-framework/parameter/
H A DSystemClass.cpp203 string strPluginType = strPluginPath.substr(iPluginTypePos, iSubsystemPos - iPluginTypePos); local
206 std::transform(strPluginType.begin(), strPluginType.end(), strPluginType.begin(), ::toupper);
209 return gpcPluginSymbolPrefix + strPluginType + gpcPluginSymbolSuffix;

Completed in 286 milliseconds