Home
last modified time | relevance | path

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

/openbmc/u-boot/test/py/tests/test_fs/
H A Dtest_mkdir.py16 def test_mkdir1(self, u_boot_console, fs_obj_mkdir): argument
33 def test_mkdir2(self, u_boot_console, fs_obj_mkdir): argument
50 def test_mkdir3(self, u_boot_console, fs_obj_mkdir): argument
62 def test_mkdir4(self, u_boot_console, fs_obj_mkdir): argument
73 def test_mkdir5(self, u_boot_console, fs_obj_mkdir): argument
84 def test_mkdir6(self, u_boot_console, fs_obj_mkdir): argument
H A Dconftest.py433 def fs_obj_mkdir(request, u_boot_config): function