Home
last modified time | relevance | path

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

/system/libufdt/tests/src/
DAndroid.mk30 LOCAL_MODULE := ufdt_apply_overlay
44 LOCAL_MODULE := ufdt_apply_overlay
Dufdt_overlay_test_app.c56 new_blob = ufdt_apply_overlay(blob, blob_len, overlay_buf, overlay_len); in apply_ovleray_files()
/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/
Dufdt_overlay.c616 struct fdt_header *ufdt_apply_overlay(struct fdt_header *main_fdt_header, in ufdt_apply_overlay() function