Home
last modified time | relevance | path

Searched refs:remove_readonly (Results 1 – 3 of 3) sorted by relevance

/hal_stm32-latest/scripts/
Dserie_update.py104 str(self.stm32cube_temp), onerror=common_utils.remove_readonly
118 shutil.rmtree(str(self.stm32cube_temp), onerror=common_utils.remove_readonly)
285 shutil.rmtree(temp_cmsis_soc_path, onerror=common_utils.remove_readonly)
315 temp_drivers_include_path, onerror=common_utils.remove_readonly
330 shutil.rmtree(temp_drivers_src_path, onerror=common_utils.remove_readonly)
372 str(self.stm32cube_temp_serie), onerror=common_utils.remove_readonly
585 str(self.stm32cube_temp_serie), onerror=common_utils.remove_readonly
607 onerror=common_utils.remove_readonly,
706 shutil.rmtree(str(self.stm32cube_temp), onerror=common_utils.remove_readonly)
712 str(self.stm32cube_repo_path), onerror=common_utils.remove_readonly
Dble_library.py250 shutil.rmtree(temp_source_path, onerror=common_utils.remove_readonly)
279 shutil.rmtree(temp_source_lib_path, onerror=common_utils.remove_readonly)
/hal_stm32-latest/scripts/common_utils/
Dcommon_utils.py43 def remove_readonly(func, path, _): function