Home
last modified time | relevance | path

Searched refs:bootimage_add_string (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/trusty/lk/tools/
Dbootimage.h32 bootentry_data *bootimage_add_string(
Dmkimage.c84 if (bootimage_add_string(img, types[n].kind, arg) == NULL) { in process()
Dbootimage.c66 bootentry_data *bootimage_add_string(bootimage *img, unsigned kind, const char *s) in bootimage_add_string() function