Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/west_commands/tests/
Dtest_bossac.py156 def os_path_isfile_patch(filename): function
189 with patch('os.path.isfile', side_effect=os_path_isfile_patch):
226 with patch('os.path.isfile', side_effect=os_path_isfile_patch):
264 with patch('os.path.isfile', side_effect=os_path_isfile_patch):
301 with patch('os.path.isfile', side_effect=os_path_isfile_patch):
341 with patch('os.path.isfile', side_effect=os_path_isfile_patch):
379 with patch('os.path.isfile', side_effect=os_path_isfile_patch):
414 with patch('os.path.isfile', side_effect=os_path_isfile_patch):
448 with patch('os.path.isfile', side_effect=os_path_isfile_patch):
483 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.py39 def os_path_isfile_patch(filename): function
79 with patch('os.path.isfile', side_effect=os_path_isfile_patch):
Dtest_nrf.py457 def os_path_isfile_patch(filename): function
567 with patch('os.path.isfile', side_effect=os_path_isfile_patch):
606 with patch('os.path.isfile', side_effect=os_path_isfile_patch):