Home
last modified time | relevance | path

Searched refs:subprocess (Results 1 - 3 of 3) sorted by relevance

/commonlibrary/ets_utils/js_api_module/
H A Dbuild_ts_js.py20 import subprocess namespace
25 proc = subprocess.Popen(in_cmd, stdout=subprocess.PIPE,
26 stderr=subprocess.PIPE,
/commonlibrary/ets_utils/js_util_module/
H A Dbuild_ts_js.py19 import subprocess namespace
24 proc = subprocess.Popen(in_cmd, stdout=subprocess.PIPE,
25 stderr=subprocess.PIPE,
/commonlibrary/ets_utils/js_util_module/container/
H A Dbuild_ts_js.py18 import subprocess namespace
23 proc = subprocess.Popen(command, stdout=subprocess.PIPE,
24 stderr=subprocess.PIPE, universal_newlines=True, shell=False)

Completed in 1 milliseconds