Home
last modified time | relevance | path

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

/trusty/kernel/lib/app_manifest/include/lib/app_manifest/
Dapp_manifest.h162 struct app_manifest_iterator { struct
178 int app_manifest_iterator_reset(struct app_manifest_iterator* iterator, argument
194 bool app_manifest_iterator_next(struct app_manifest_iterator* iterator,
/trusty/kernel/lib/app_manifest/
Dapp_manifest.c34 int app_manifest_iterator_reset(struct app_manifest_iterator* iterator, in app_manifest_iterator_reset()
53 struct app_manifest_iterator* iterator, in app_manifest_get_ptr()
68 static inline void app_manifest_read_ptr(struct app_manifest_iterator* iterator, in app_manifest_read_ptr()
79 struct app_manifest_iterator* iterator) { in app_manifest_read_entry()
86 struct app_manifest_iterator* iterator, in app_manifest_read_string()
124 bool app_manifest_iterator_next(struct app_manifest_iterator* iterator, in app_manifest_iterator_next()
/trusty/user/base/app/apploader/
Dapp_manifest_parser.cpp35 struct app_manifest_iterator iter; in apploader_parse_manifest()
/trusty/kernel/lib/trusty/
Dtrusty_app.c850 struct app_manifest_iterator manifest_iter; in load_app_config_options()