Home
last modified time | relevance | path

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

/system/core/fastboot/fuzzy_fastboot/
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"/>
Dmain.cpp1365 const std::string& unpacked = GetParam().second.unpacked_dir; in TEST_P() local
1406 const std::string fpath = unpacked + '/' + part + ".img"; in TEST_P()