Home
last modified time | relevance | path

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

/lib/fs/fat/test/
A Dtest.cpp34 #define test_path "/fat" macro
41 ASSERT_EQ(NO_ERROR, fs_mount(test_path, "fat", test_device_name)); in test_fat_mount()
42 ASSERT_EQ(NO_ERROR, fs_unmount(test_path)); in test_fat_mount()
50 ASSERT_EQ(NO_ERROR, fs_mount(test_path, "fat", test_device_name)); in test_fat_dir_root()
57 ASSERT_EQ(NO_ERROR, fs_open_dir(test_path, &handle)); in test_fat_dir_root()
62 ASSERT_EQ(NO_ERROR, fs_open_dir(test_path, &handle)); in test_fat_dir_root()
92 ASSERT_EQ(NO_ERROR, fs_unmount(test_path)); in test_fat_dir_root()
135 ASSERT_EQ(NO_ERROR, fs_mount(test_path, "fat", test_device_name)); in test_fat_read_file()
148 ASSERT_EQ(NO_ERROR, fs_unmount(test_path)); in test_fat_read_file()
156 ASSERT_EQ(NO_ERROR, fs_mount(test_path, "fat", test_device_name)); in test_fat_multi_open()
[all …]

Completed in 7 milliseconds