Home
last modified time | relevance | path

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

/aosp14/system/core/fastboot/fuzzy_fastboot/
H A DREADME.md119 <test packed="bootloader.img" unpacked="unpacked"/>
138 | unpacked | The name of the directory containing the unpacked version of packed | Searched for in …
234 <test packed="bootloader.img" unpacked="unpacked"/>
H A Dmain.cpp1468 const std::string& unpacked = GetParam().second.unpacked_dir; in TEST_P() local
1509 const std::string fpath = unpacked + '/' + part + ".img"; in TEST_P()