Home
last modified time | relevance | path

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

/developtools/profiler/device/cmds/test/unittest/
Dhiprofiler_cmd_test.cpp475 std::string destStr = "help"; variable
512 std::string destStr = "Read " + configTestFile + " fail"; variable
592 std::string destStr = "plugin"; variable
/developtools/profiler/hiebpf/test/unittest/
Dringbuffer_test.cpp436 std::string destStr = "this is hiebpf test file"; variable
/developtools/profiler/device/cmds/src/
Dparse_plugin_config.cpp59 std::string destStr = (i % REMAINDER) ? "config_data" : "plugin_name"; in GetPluginsConfig() local