Home
last modified time | relevance | path

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

/bootable/recovery/minadbd/
Dminadbd_services_test.cpp177 std::vector<uint8_t> content_from_fuse(4096); in TEST_F() local
178 if (!android::base::ReadFully(fd, content_from_fuse.data(), 4096)) { in TEST_F()
182 if (content_from_fuse != content) { in TEST_F()