Home
last modified time | relevance | path

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

/aosp12/system/libufdt/tests/src/
H A Dufdt_overlay_test_app.c33 size_t blob_len; in apply_overlay_files() local
34 base_buf = load_file(base_filename, &blob_len); in apply_overlay_files()
47 struct fdt_header *blob = ufdt_install_blob(base_buf, blob_len); in apply_overlay_files()
54 new_blob = ufdt_apply_overlay(blob, blob_len, overlay_buf, overlay_len); in apply_overlay_files()