Home
last modified time | relevance | path

Searched refs:overlay_buf (Results 1 – 2 of 2) sorted by relevance

/system/libufdt/tests/src/
Dufdt_overlay_test_app.c30 char *overlay_buf = NULL; in apply_overlay_files() local
41 overlay_buf = load_file(overlay_filename, &overlay_len); in apply_overlay_files()
42 if (!overlay_buf) { in apply_overlay_files()
54 new_blob = ufdt_apply_overlay(blob, blob_len, overlay_buf, overlay_len); in apply_overlay_files()
71 if (overlay_buf) dto_free(overlay_buf); in apply_overlay_files()
Dfdt_overlay_test_app.c29 char *overlay_buf = NULL; in apply_overlay_files() local
40 overlay_buf = load_file(overlay_filename, &overlay_len); in apply_overlay_files()
41 if (!overlay_buf) { in apply_overlay_files()
51 fdt_overlay_apply(merged_buf, overlay_buf); in apply_overlay_files()
66 if (overlay_buf) dto_free(overlay_buf); in apply_overlay_files()