Home
last modified time | relevance | path

Searched defs:destStr (Results 1 – 2 of 2) sorted by relevance

/developtools/profiler/device/cmds/test/unittest/
Dhiprofiler_cmd_test.cpp292 std::string destStr = "help"; variable
326 std::string destStr = "Read " + configTestFile + " fail"; variable
/developtools/profiler/device/cmds/src/
Dparse_plugin_config.cpp52 std::string destStr = (i % REMAINDER) ? "config_data" : "plugin_name"; in GetPluginsConfig() local