Searched refs:check_file_contents (Results 1 – 4 of 4) sorted by relevance
| /system/utest/fs/ |
| A D | test-link.c | 48 ASSERT_TRUE(check_file_contents(fd, buf, sizeof(buf)), ""); in test_link_basic() 58 ASSERT_TRUE(check_file_contents(fd2, buf, sizeof(buf)), ""); in test_link_basic() 59 ASSERT_TRUE(check_file_contents(fd, buf, sizeof(buf)), ""); in test_link_basic() 71 ASSERT_TRUE(check_file_contents(fd, buf, sizeof(buf)), ""); in test_link_basic() 247 ASSERT_TRUE(check_file_contents(fd, buf, sizeof(buf)), ""); in test_link_between_dirs() 254 ASSERT_TRUE(check_file_contents(fd2, buf, sizeof(buf)), ""); in test_link_between_dirs() 255 ASSERT_TRUE(check_file_contents(fd, buf, sizeof(buf)), ""); in test_link_between_dirs() 265 ASSERT_TRUE(check_file_contents(fd, buf, sizeof(buf)), ""); in test_link_between_dirs()
|
| A D | misc.h | 33 bool check_file_contents(int fd, const uint8_t* buf, size_t length);
|
| A D | test-rename.c | 122 ASSERT_TRUE(check_file_contents(fd, (uint8_t*) file_contents, strlen(file_contents)), ""); in test_rename_with_children() 128 ASSERT_TRUE(check_file_contents(fd, (uint8_t*) file_contents, strlen(file_contents)), ""); in test_rename_with_children()
|
| A D | misc.c | 63 bool check_file_contents(int fd, const uint8_t* buf, size_t length) { in check_file_contents() function
|
Completed in 8 milliseconds