Home
last modified time | relevance | path

Searched refs:cwd (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-latest/zephyr/scripts/blobs/
Desp_genblobs.py39 def cmd_exec(cmd, cwd=None, shell=False): argument
40 return subprocess.check_call(cmd, cwd=cwd, shell=shell)
51 cmd_exec(("git", "clone", git_url, folder, "--quiet"), cwd=path)
53 cmd_exec(("git", "-C", folder, "fetch"), cwd=path)
54 cmd_exec(("git", "-C", folder, "checkout", git_rev, "--quiet"), cwd=path)
/hal_espressif-latest/west/
Dtools.py37 def cmd_check(cmd, cwd=None, stderr=subprocess.STDOUT): argument
38 return subprocess.check_output(cmd, cwd=cwd, stderr=stderr)
41 def cmd_exec(cmd, cwd=None, shell=False): argument
42 return subprocess.check_call(cmd, cwd=cwd, shell=shell)
190 cmd_exec(cmd, cwd=cmd_path)
/hal_espressif-latest/tools/idf_monitor/idf_monitor_base/
Doutput_helpers.py78 translation = subprocess.check_output(cmd, cwd='.')
Dgdbhelper.py51 process = subprocess.Popen(cmd, cwd='.')
/hal_espressif-latest/tools/esptool_py/test/
Dtest_esptool.py90 cwd=TEST_DIR,
127 [str(s) for s in cmd], cwd=TEST_DIR, stderr=subprocess.STDOUT
157 cwd=TEST_DIR,
1350 cwd=TEST_DIR,
Dtest_merge_bin.py61 cmd, cwd=IMAGES_DIR, stderr=subprocess.STDOUT
Dtest_espsecure.py41 [str(s) for s in cmd], cwd=TEST_DIR, stderr=subprocess.STDOUT