Home
last modified time | relevance | path

Searched defs:fs_obj_unlink (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/test/py/tests/test_fs/
H A Dtest_unlink.py17 def test_unlink1(self, u_boot_console, fs_obj_unlink): argument
34 def test_unlink2(self, u_boot_console, fs_obj_unlink): argument
52 def test_unlink3(self, u_boot_console, fs_obj_unlink): argument
63 def test_unlink4(self, u_boot_console, fs_obj_unlink): argument
78 def test_unlink5(self, u_boot_console, fs_obj_unlink): argument
90 def test_unlink6(self, u_boot_console, fs_obj_unlink): argument
101 def test_unlink7(self, u_boot_console, fs_obj_unlink): argument
H A Dconftest.py466 def fs_obj_unlink(request, u_boot_config): function