Searched refs:content_from_fuse (Results 1 – 1 of 1) sorted by relevance
177 std::vector<uint8_t> content_from_fuse(4096); in TEST_F() local178 if (!android::base::ReadFully(fd, content_from_fuse.data(), 4096)) { in TEST_F()182 if (content_from_fuse != content) { in TEST_F()