Searched refs:new_blob (Results 1 - 2 of 2) sorted by relevance

/system/libufdt/tests/src/
H A Dufdt_overlay_test_app.c31 struct fdt_header *new_blob = NULL; local
54 new_blob = ufdt_apply_overlay(blob, blob_len, overlay_buf, overlay_len);
57 if (write_fdt_to_file(out_filename, new_blob) != 0) {
70 if (new_blob) dto_free(new_blob);
/system/security/keystore/include/keystore/
H A Dauthorization_set.h232 hidl_vec<uint8_t> new_blob; local
233 new_blob.setToExternal(const_cast<uint8_t*>(data), data_length);
234 push_back(ttag, std::move(new_blob));

Completed in 163 milliseconds