Searched refs:test_file_read (Results 1 – 1 of 1) sorted by relevance
| /lib/fs/fat/test/ |
| A D | test.cpp | 98 bool test_file_read(const char *path, const unsigned char *test_file_buffer, size_t test_file_size)… in test_file_read() function 140 EXPECT_TRUE(test_file_read(test_path "/hello.txt", test_file_hello, test_file_hello_size)); in test_fat_read_file() 141 EXPECT_TRUE(test_file_read(test_path "/license", test_file_license, test_file_license_size)); in test_fat_read_file() 142 …EXPECT_TRUE(test_file_read(test_path "/long_filename_hello.txt", test_file_hello, test_file_hello_… in test_fat_read_file() 143 …EXPECT_TRUE(test_file_read(test_path "/a_very_long_filename_hello_that_uses_at_least_a_few_entries… in test_fat_read_file() 144 …EXPECT_TRUE(test_file_read(test_path "/dir.a/long_filename_hello.txt", test_file_hello, test_file_… in test_fat_read_file()
|
Completed in 10 milliseconds