Home
last modified time | relevance | path

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

/developtools/profiler/device/cmds/src/
Dparse_plugin_config.cpp76 std::string contentStr = content.substr(0, endPos); in GetPluginsConfig() local
78 pluginName = contentStr; in GetPluginsConfig()
85 pluginConfigMap.insert({pluginName, contentStr}); in GetPluginsConfig()