Home
last modified time | relevance | path

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

/developtools/profiler/device/cmds/test/unittest/
H A Dhiprofiler_cmd_test.cpp441 std::string findpid = "pidof " + processName; in KillProcess() local
442 PROFILER_LOG_INFO(LOG_CORE, "find pid command : %s", findpid.c_str()); in KillProcess()
443 std::unique_ptr<FILE, decltype(&pclose)> pipe(popen(findpid.c_str(), "r"), pclose); in KillProcess()
/developtools/profiler/device/plugins/memory_plugin/test/unittest/
H A Dmemory_data_plugin_unittest.cpp362 std::string findpid = "pidof " + processName; in GetPid() local
363 PROFILER_LOG_INFO(LOG_CORE, "find pid command : %s", findpid.c_str()); in GetPid()
364 std::unique_ptr<FILE, decltype(&pclose)> pipe(popen(findpid.c_str(), "r"), pclose); in GetPid()

Completed in 4 milliseconds