Home
last modified time | relevance | path

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

/aosp12/bootable/recovery/tests/unit/
H A Dapplypatch_test.cpp50 FileContents boot_fc; in SetUp() local
51 ASSERT_TRUE(LoadFileContents(source_file, &boot_fc)); in SetUp()
52 source_size = boot_fc.data.size(); in SetUp()
53 source_sha1 = print_sha1(boot_fc.sha1); in SetUp()