Home
last modified time | relevance | path

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

/system/core/fastboot/
Dvendor_boot_img_utils_test.cpp286 auto new_content_res = vboot->Read(); in TEST_P() local
287 ASSERT_RESULT_OK(new_content_res); in TEST_P()
288 std::string_view new_content(*new_content_res); in TEST_P()
374 auto new_content_res = vboot->Read(); in TEST_P() local
375 ASSERT_RESULT_OK(new_content_res); in TEST_P()
376 std::string_view new_content(*new_content_res); in TEST_P()