Searched refs:file_contents (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/system/utest/fs/
H A Dtest-rename.c102 const char file_contents[] = "This should be in the file"; local
103 ASSERT_STREAM_ALL(write, fd, (uint8_t*) file_contents, strlen(file_contents));
122 ASSERT_TRUE(check_file_contents(fd, (uint8_t*) file_contents, strlen(file_contents)), "");
128 ASSERT_TRUE(check_file_contents(fd, (uint8_t*) file_contents, strlen(file_contents)), "");

Completed in 11 milliseconds