Home
last modified time | relevance | path

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

/aosp12/system/libufdt/tests/src/
H A 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) { in apply_overlay_files()
48 fdt_open_into(base_buf, merged_buf, merged_buf_len); in apply_overlay_files()
67 if (base_buf) dto_free(base_buf); in apply_overlay_files()
H A 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) { in apply_overlay_files()
47 struct fdt_header *blob = ufdt_install_blob(base_buf, blob_len); in apply_overlay_files()
72 if (base_buf) dto_free(base_buf); in apply_overlay_files()