Home
last modified time | relevance | path

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

/system/libufdt/tests/src/
Dfdt_overlay_test_app.c28 char *base_buf = NULL; in apply_overlay_files() local
33 base_buf = load_file(base_filename, &base_len); in apply_overlay_files()
34 if (!base_buf || fdt_check_full(base_buf, base_len)) { in apply_overlay_files()
53 fdt_open_into(base_buf, merged_buf, merged_buf_len); in apply_overlay_files()
72 if (base_buf) dto_free(base_buf); in apply_overlay_files()
Dufdt_overlay_test_app.c29 char *base_buf = NULL; in apply_overlay_files() local
34 base_buf = load_file(base_filename, &blob_len); in apply_overlay_files()
35 if (!base_buf || fdt_check_full(base_buf, blob_len)) { in apply_overlay_files()
47 struct fdt_header *blob = ufdt_install_blob(base_buf, blob_len); in apply_overlay_files()
77 if (base_buf) dto_free(base_buf); in apply_overlay_files()