Home
last modified time | relevance | path

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

/bootable/recovery/tests/unit/
Dapplypatch_test.cpp136 FileContents patch_fc; in TEST_F() local
137 ASSERT_TRUE(LoadFileContents(from_testdata_base("recovery-from-boot.p"), &patch_fc)); in TEST_F()
138 Value patch(Value::Type::BLOB, std::string(patch_fc.data.cbegin(), patch_fc.data.cend())); in TEST_F()
150 FileContents patch_fc; in TEST_F() local
151 ASSERT_TRUE(LoadFileContents(from_testdata_base("recovery-from-boot-with-bonus.p"), &patch_fc)); in TEST_F()
152 Value patch(Value::Type::BLOB, std::string(patch_fc.data.cbegin(), patch_fc.data.cend())); in TEST_F()