Home
last modified time | relevance | path

Searched defs:command (Results 1 – 3 of 3) sorted by relevance

/commonlibrary/ets_utils/js_sys_module/test/unittest/
Dtest_process.cpp39 static OHOS::Js_sys_module::Process::ChildProcess RunCommand(napi_env env, napi_value command, napi… in RunCommand()
108 std::string command("ls; sleep 1"); variable
133 std::string command("ls; sleep 1"); variable
158 std::string command("each abc"); variable
180 std::string command("mkdir test.txt"); variable
316 std::string command("ls; sleep 1s;"); variable
341 std::string command("ls; sleep 1s;"); variable
691 std::string command("ls; sleep 1"); variable
720 std::string command("ls; sleep 1s;"); variable
/commonlibrary/ets_utils/js_util_module/container/
Dbuild_ts_js.py20 def run_command(command): argument
/commonlibrary/ets_utils/js_sys_module/process/
Djs_childprocess.cpp67 void ChildProcess::Spawn(napi_env env, napi_value command) in Spawn()