Lines Matching refs:cwd

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)
207 cwd=self.stm32cube_serie_path,
215 cwd=self.stm32cube_repo_path,
223 self.os_cmd(("git", "checkout", branch), cwd=self.stm32cube_serie_path)
225 ("git", "tag", "-l"), cwd=self.stm32cube_serie_path
340 cwd=self.stm32cube_serie_path,
354 cwd=self.stm32cube_temp,
358 cwd=self.stm32cube_temp,
363 cwd=self.stm32cube_temp,
379 self.os_cmd(("git", "add", "*"), cwd=self.stm32cube_temp)
380 self.os_cmd(("git", "commit", "-am", '"module"'), cwd=self.stm32cube_temp)
385 cwd=self.stm32cube_temp,
401 cwd=self.stm32cube_temp,
403 self.os_cmd(("dos2unix", self.module_patch), cwd=self.stm32cube_temp)
575 cwd=self.stm32cube_serie_path,
580 ("git", "rev-parse", "HEAD"), cwd=self.stm32cube_serie_path
592 self.os_cmd(("git", "add", "*"), cwd=self.stm32cube_serie_path)
593 self.os_cmd(("git", "reset", "--", "*.patch"), cwd=self.stm32cube_serie_path)
594 self.os_cmd(("git", "reset", "--", "*.log"), cwd=self.stm32cube_serie_path)
597 cwd=self.stm32cube_temp_serie,
614 self.os_cmd(("dos2unix", child), cwd=self.zephyr_module_serie_path)
641 self.os_cmd(("git", "add", "*"), cwd=self.zephyr_hal_stm32_path)
642 self.os_cmd(("git", "reset", "--", "*.patch"), cwd=self.zephyr_hal_stm32_path)
643 self.os_cmd(("git", "reset", "--", "*.log"), cwd=self.zephyr_hal_stm32_path)
644 self.os_cmd(("git", "reset", "--", "*.rej"), cwd=self.zephyr_hal_stm32_path)
682 cwd=self.zephyr_module_serie_path,
686 cwd=self.zephyr_module_serie_path,
700 cwd=self.stm32cube_serie_path)
717 cwd=self.stm32cube_serie_path,
726 self.os_cmd(("git", "init"), cwd=self.stm32cube_temp)
729 cwd=self.stm32cube_temp,