Home
last modified time | relevance | path

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

/system/libufdt/tests/src/
Dufdt_overlay_test_app.c31 char *base_buf = NULL; in apply_ovleray_files() local
36 base_buf = load_file(base_filename, &blob_len); in apply_ovleray_files()
37 if (!base_buf) { in apply_ovleray_files()
49 struct fdt_header *blob = ufdt_install_blob(base_buf, blob_len); in apply_ovleray_files()
74 if (base_buf) dto_free(base_buf); in apply_ovleray_files()
Dfdt_overlay_test_app.c30 char *base_buf = NULL; in apply_ovleray_files() local
35 base_buf = load_file(base_filename, &base_len); in apply_ovleray_files()
36 if (!base_buf) { in apply_ovleray_files()
50 fdt_open_into(base_buf, merged_buf, merged_buf_len); in apply_ovleray_files()
69 if (base_buf) dto_free(base_buf); in apply_ovleray_files()