Home
last modified time | relevance | path

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

/external/avb/test/
Dimage_handler_unittest.py36 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)
Davb_atx_generate_test_data46 AVBTOOL=$(dirname "$0")/../avbtool
/external/avb/
DREADME.md14 + [avbtool and libavb](#avbtool-and-libavb)
19 + [Using avbtool](#Using-avbtool)
128 ## avbtool and libavb
130 The main job of `avbtool` is to create `vbmeta.img` which is the
147 `boot.img` and `system.img` - is also done with `avbtool`.
149 In addition to `avbtool`, a library - `libavb` - is provided. This
192 * `avbtool`
262 contains a textual field with the version of `avbtool` used to create
263 the struct, for example "avbtool 1.4.3" or "avbtool 1.4.3 some_board
271 avbtool_release_string = "avbtool 1.4.3"
[all …]
DAndroid.bp74 name: "avbtool",
75 srcs: ["avbtool"],
166 "avbtool",