Home
last modified time | relevance | path

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

/system/libufdt/tests/libufdt_verify/
Dufdt_test_overlay.cpp148 size_t fixup_len = strlen(fixup) + 1; in ufdt_combine_fixup() local
149 if (fixup_len > sizeof(path_buf)) { in ufdt_combine_fixup()
150 path_mem = static_cast<char *>(dto_malloc(fixup_len)); in ufdt_combine_fixup()
155 dto_memcpy(path, fixup, fixup_len); in ufdt_combine_fixup()
/system/libufdt/
Dufdt_overlay.c137 size_t fixup_len = strlen(fixup) + 1; in ufdt_get_fixup_location() local
138 if (fixup_len > sizeof(path_buf)) { in ufdt_get_fixup_location()
139 path_mem = dto_malloc(fixup_len); in ufdt_get_fixup_location()
144 dto_memcpy(path, fixup, fixup_len); in ufdt_get_fixup_location()