Home
last modified time | relevance | path

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

/system/core/fastboot/fuzzy_fastboot/
Dmain.cpp1396 const std::string packed_suffix = in TEST_P() local
1402 const std::string suffix = part_info.slots ? packed_suffix : ""; in TEST_P()
1422 const std::string suffix = config.partitions[part].slots ? packed_suffix : ""; in TEST_P()
1427 ASSERT_NO_FATAL_FAILURE(flash_part(packed_image, packed_name + packed_suffix)); in TEST_P()
1433 const std::string suffix = part_info.slots ? packed_suffix : ""; in TEST_P()
1475 const std::string packed_suffix = in TEST_P() local
1481 const std::string suffix = part_info.slots ? packed_suffix : ""; in TEST_P()
1502 ASSERT_EQ(fb->FlashPartition(packed_name + packed_suffix, fd, fsize), DEVICE_FAIL) in TEST_P()
1510 const std::string suffix = part_info.slots ? packed_suffix : ""; in TEST_P()