Searched refs:cwd (Results 1 – 5 of 5) sorted by relevance
/hal_stm32-3.5.0/scripts/ |
D | serie_update.py | 133 def os_cmd(self, cmd, cwd=None, shell=False): argument 150 cwd=cwd, 174 cwd=self.stm32cube_serie_path, 193 self.os_cmd(("git", "clean", "-fdx"), cwd=self.stm32cube_serie_path) 194 self.os_cmd(("git", "fetch"), cwd=self.stm32cube_serie_path) 198 cwd=self.stm32cube_serie_path, 203 cwd=self.stm32cube_repo_path, 211 self.os_cmd(("git", "checkout", branch), cwd=self.stm32cube_serie_path) 213 ("git", "tag", "-l"), cwd=self.stm32cube_serie_path 326 cwd=self.stm32cube_serie_path, [all …]
|
D | ble_library.py | 45 def os_cmd(cmd, cwd=None, shell=False): argument 60 cwd=cwd, 142 cwd=src_repo_path, 153 os_cmd(("git", "init"), cwd=temp_source_path) 156 cwd=temp_source_path, 160 cwd=temp_source_path, 164 cwd=temp_source_path, 170 cwd=temp_source_path, 185 os_cmd(("git", "add", "*"), cwd=temp_source_path) 186 os_cmd(("git", "commit", "-am", '"module"'), cwd=temp_source_path) [all …]
|
D | update_stm32_package.py | 122 cwd=SCRIPT_DIR, 181 cwd=REPO_ROOT, 188 cwd=REPO_ROOT,
|
/hal_stm32-3.5.0/scripts/common_utils/ |
D | common_utils.py | 19 if subprocess.call(cmd, stderr=output_log, cwd=dest_path):
|
/hal_stm32-3.5.0/scripts/genpinctrl/ |
D | genpinctrl.py | 600 commit_raw = check_output(["git", "rev-parse", "HEAD"], cwd=data_path)
|