Home
last modified time | relevance | path

Searched refs:os_path_isfile_patch (Results 1 – 7 of 7) 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_stm32cubeprogrammer.py452 def os_path_isfile_patch(filename): function
464 @patch("os.path.isfile", side_effect=os_path_isfile_patch)
466 os_path_isfile_patch, argument
505 @patch("os.path.isfile", side_effect=os_path_isfile_patch)
507 os_path_isfile_patch, argument
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.py329 def os_path_isfile_patch(filename): function
432 with patch('os.path.isfile', side_effect=os_path_isfile_patch):
473 with patch('os.path.isfile', side_effect=os_path_isfile_patch):