Lines Matching refs:os_cmd
122 def os_cmd(cmd, cwd=None, shell=False): function
244 os_cmd(
258 os_cmd(("git", "init"), cwd=temp_source_path)
259 os_cmd(
263 os_cmd(
267 os_cmd(
273 os_cmd(
291 os_cmd(("git", "add", "*"), cwd=temp_source_path)
292 os_cmd(("git", "commit", "-am", '"module"'), cwd=temp_source_path)
295 os_cmd(
302 os_cmd(
311 os_cmd(("dos2unix", "ble_zephyr.patch"), cwd=zephyr_lib_path)
333 os_cmd(