Home
last modified time | relevance | path

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

/aosp12/packages/modules/adb/fastdeploy/deploypatchgenerator/
H A Dpatch_utils_test.cpp38 bool FileMatchesContent(android::base::borrowed_fd input, const char* contents, in FileMatchesContent() function
66 EXPECT_TRUE(FileMatchesContent(output.fd, expected, 8)); in TEST()
79 EXPECT_TRUE(FileMatchesContent(output.fd, expected.c_str(), expected.size())); in TEST()
87 EXPECT_TRUE(FileMatchesContent(output.fd, contents.c_str(), contents.size())); in TEST()