Home
last modified time | relevance | path

Searched refs:os_path_isfile_patch (Results 1 – 6 of 6) sorted by relevance

/Zephyr-Core-3.5.0/scripts/west_commands/tests/
Dtest_bossac.py149 def os_path_isfile_patch(filename): function
181 with patch('os.path.isfile', side_effect=os_path_isfile_patch):
217 with patch('os.path.isfile', side_effect=os_path_isfile_patch):
255 with patch('os.path.isfile', side_effect=os_path_isfile_patch):
296 with patch('os.path.isfile', side_effect=os_path_isfile_patch):
334 with patch('os.path.isfile', side_effect=os_path_isfile_patch):
369 with patch('os.path.isfile', side_effect=os_path_isfile_patch):
403 with patch('os.path.isfile', side_effect=os_path_isfile_patch):
438 with patch('os.path.isfile', side_effect=os_path_isfile_patch):
472 with patch('os.path.isfile', side_effect=os_path_isfile_patch):
[all …]
Dtest_gd32isp.py42 def os_path_isfile_patch(filename): function
52 with patch('os.path.isfile', side_effect=os_path_isfile_patch):
69 with patch('os.path.isfile', side_effect=os_path_isfile_patch):
Dtest_stm32flash.py70 def os_path_isfile_patch(filename): function
90 with patch('os.path.isfile', side_effect=os_path_isfile_patch):
110 with patch('os.path.isfile', side_effect=os_path_isfile_patch):
Dtest_dfu_util.py60 def os_path_isfile_patch(filename): function
86 with patch('os.path.isfile', side_effect=os_path_isfile_patch):
135 with patch('os.path.isfile', side_effect=os_path_isfile_patch):
Dtest_canopen_program.py38 def os_path_isfile_patch(filename): function
76 with patch('os.path.isfile', side_effect=os_path_isfile_patch):
Dtest_nrf.py456 def os_path_isfile_patch(filename): function
563 with patch('os.path.isfile', side_effect=os_path_isfile_patch):
601 with patch('os.path.isfile', side_effect=os_path_isfile_patch):