Home
last modified time | relevance | path

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

/packages/modules/adb/fastdeploy/deploypatchgenerator/
Dpatch_utils_test.cpp35 bool FileMatchesContent(android::base::borrowed_fd input, const char* contents, in FileMatchesContent() function
63 EXPECT_TRUE(FileMatchesContent(output.fd, expected, 8)); in TEST()
76 EXPECT_TRUE(FileMatchesContent(output.fd, expected.c_str(), expected.size())); in TEST()
84 EXPECT_TRUE(FileMatchesContent(output.fd, contents.c_str(), contents.size())); in TEST()