Lines Matching refs:rootfs
425 std::vector<uint8_t> rootfs; in AddHashFooterTest() local
426 rootfs.resize(rootfs_size); in AddHashFooterTest()
431 rootfs[n] = uint8_t(n) & 0x03; in AddHashFooterTest()
433 rootfs[n] = uint8_t(n); in AddHashFooterTest()
443 reinterpret_cast<const char*>(rootfs.data()), in AddHashFooterTest()
444 rootfs.size()))); in AddHashFooterTest()
544 avb_sha256_update(&hasher_ctx, rootfs.data(), rootfs_size); in AddHashFooterTest()
892 std::vector<uint8_t> rootfs; in AddHashtreeFooterTest() local
893 rootfs.resize(rootfs_size); in AddHashtreeFooterTest()
895 rootfs[n] = uint8_t(n); in AddHashtreeFooterTest()
903 reinterpret_cast<const char*>(rootfs.data()), in AddHashtreeFooterTest()
904 rootfs.size()))); in AddHashtreeFooterTest()
1181 std::vector<uint8_t> rootfs; in AddHashtreeFooterFECTest() local
1182 rootfs.resize(rootfs_size); in AddHashtreeFooterFECTest()
1184 rootfs[n] = uint8_t(n); in AddHashtreeFooterFECTest()
1189 reinterpret_cast<const char*>(rootfs.data()), in AddHashtreeFooterFECTest()
1190 rootfs.size()))); in AddHashtreeFooterFECTest()
1781 std::vector<uint8_t> rootfs; in TEST_F() local
1782 rootfs.resize(rootfs_size); in TEST_F()
1784 rootfs[n] = uint8_t(n); in TEST_F()
1789 reinterpret_cast<const char*>(rootfs.data()), in TEST_F()
1790 rootfs.size()))); in TEST_F()