Searched refs:avbtool (Results 1 – 4 of 4) sorted by relevance
/external/avb/test/ |
D | image_handler_unittest.py | 36 avbtool = imp.load_source('avbtool', './avbtool') variable 117 ih = avbtool.ImageHandler(self.TEST_FILE_SPARSE_PATH) 148 ih = avbtool.ImageHandler(sparse_file.name) 159 ih = avbtool.ImageHandler(sparse_file.name) 173 ih = avbtool.ImageHandler(sparse_file.name) 186 ih = avbtool.ImageHandler(sparse_file.name) 199 ih = avbtool.ImageHandler(sparse_file.name)
|
D | avb_atx_generate_test_data | 46 AVBTOOL=$(dirname "$0")/../avbtool
|
/external/avb/ |
D | Android.bp | 78 name: "avbtool", 80 main: "avbtool.py", 95 srcs: ["avbtool",], 96 out: ["avbtool.py"], 198 "avbtool", 201 "avbtool",
|
D | README.md | 15 + [avbtool and libavb](#avbtool-and-libavb) 20 + [Using avbtool](#Using-avbtool) 140 In version 1.1 or later, avbtool supports `--do_not_use_ab` for 150 partitions. This digest can be calculated at build time using `avbtool 172 ## avbtool and libavb 174 The main job of `avbtool` is to create `vbmeta.img` which is the 191 `boot.img` and `system.img` - is also done with `avbtool`. 193 In addition to `avbtool`, a library - `libavb` - is provided. This 244 * `avbtool` 317 contains a textual field with the version of `avbtool` used to create [all …]
|