Searched refs:BIN_COMMAND (Results 1 – 2 of 2) sorted by relevance
41 const std::string BIN_COMMAND("/bin/sh"); variable199 execl(BIN_COMMAND.c_str(), BIN_COMMAND.c_str(), "-c", command, nullptr); in CustomPopen()
46 const std::string BIN_COMMAND("/system/bin/hilog"); variable80 cmdArg.emplace(cmdArg.begin(), BIN_COMMAND); in Start()504 execv(BIN_COMMAND.c_str(), &vectArgv[0]); in CustomPopen()