Home | History | Annotate | Download | only in test

Lines Matching refs:rootfs

351   std::vector<uint8_t> rootfs;
352 rootfs.resize(rootfs_size);
357 rootfs[n] = uint8_t(n) & 0x03;
359 rootfs[n] = uint8_t(n);
363 base::FilePath rootfs_path = testdir_.Append("rootfs.bin");
367 reinterpret_cast<const char*>(rootfs.data()),
368 rootfs.size())));
460 avb_sha256_update(&hasher_ctx, rootfs.data(), rootfs_size);
643 std::vector<uint8_t> rootfs;
644 rootfs.resize(rootfs_size);
646 rootfs[n] = uint8_t(n);
648 base::FilePath rootfs_path = testdir_.Append("rootfs.bin");
652 reinterpret_cast<const char*>(rootfs.data()),
653 rootfs.size())));
915 std::vector<uint8_t> rootfs;
916 rootfs.resize(rootfs_size);
918 rootfs[n] = uint8_t(n);
919 base::FilePath rootfs_path = testdir_.Append("rootfs.bin");
923 reinterpret_cast<const char*>(rootfs.data()),
924 rootfs.size())));