Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/hidump_plugin/src/
Dhidump_plugin.cpp41 const std::string BIN_COMMAND("/bin/sh"); variable
199 execl(BIN_COMMAND.c_str(), BIN_COMMAND.c_str(), "-c", command, nullptr); in CustomPopen()
/developtools/profiler/device/plugins/hilog_plugin/src/
Dhilog_plugin.cpp46 const std::string BIN_COMMAND("/system/bin/hilog"); variable
80 cmdArg.emplace(cmdArg.begin(), BIN_COMMAND); in Start()
504 execv(BIN_COMMAND.c_str(), &vectArgv[0]); in CustomPopen()