Home
last modified time | relevance | path

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

/system/utest/fs/
A Dtest-link.c48 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 Dmisc.h33 bool check_file_contents(int fd, const uint8_t* buf, size_t length);
A Dtest-rename.c122 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 Dmisc.c63 bool check_file_contents(int fd, const uint8_t* buf, size_t length) { in check_file_contents() function

Completed in 8 milliseconds