Searched defs:command (Results 1 – 3 of 3) sorted by relevance
39 static OHOS::Js_sys_module::Process::ChildProcess RunCommand(napi_env env, napi_value command, napi… in RunCommand()108 std::string command("ls; sleep 1"); variable133 std::string command("ls; sleep 1"); variable158 std::string command("each abc"); variable180 std::string command("mkdir test.txt"); variable316 std::string command("ls; sleep 1s;"); variable341 std::string command("ls; sleep 1s;"); variable691 std::string command("ls; sleep 1"); variable720 std::string command("ls; sleep 1s;"); variable
20 def run_command(command): argument
67 void ChildProcess::Spawn(napi_env env, napi_value command) in Spawn()