Searched refs:myContent (Results 1 – 1 of 1) sorted by relevance
/bootable/recovery/tests/unit/ |
D | recovery_test.cpp | 28 static const char myContent[] = "Hello World\nWelcome to my recovery\n"; variable 39 EXPECT_EQ(0, strcmp(myContent, buf)); in __pmsg_fn() 40 EXPECT_EQ(sizeof(myContent), len); in __pmsg_fn() 55 myFilename, myContent, sizeof(myContent))); in TEST() 60 EXPECT_EQ((ssize_t)sizeof(myContent), ret); in TEST() 73 myFilename, myContent, sizeof(myContent))); in TEST() 82 char buf[sizeof(myContent) + 32]; in TEST() 85 EXPECT_EQ(ret, (ssize_t)sizeof(myContent)); in TEST() 86 EXPECT_EQ(0, strcmp(myContent, buf)); in TEST()
|