Home
last modified time | relevance | path

Searched refs:ufdt_apply_overlay (Results 1 – 5 of 5) sorted by relevance

/system/libufdt/include/
Dufdt_overlay.h37 struct fdt_header *ufdt_apply_overlay(struct fdt_header *main_fdt_header,
/system/libufdt/tests/
Drun_tests.sh47 ! command_exists ufdt_apply_overlay; then
/system/libufdt/tests/src/
Dufdt_overlay_test_app.c54 new_blob = ufdt_apply_overlay(blob, blob_len, overlay_buf, overlay_len); in apply_overlay_files()
DAndroid.bp28 name: "ufdt_apply_overlay",
/system/libufdt/
Dufdt_overlay.c626 struct fdt_header *ufdt_apply_overlay(struct fdt_header *main_fdt_header, in ufdt_apply_overlay() function