Searched refs:CommandCStr (Results 1 – 1 of 1) sorted by relevance
99 const char *CommandCStr = Command.c_str(); in ExecuteCommand() local100 const char *Argv[] = {"sh", "-c", CommandCStr, NULL}; in ExecuteCommand()