Home
last modified time | relevance | path

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

/system/libufdt/
Dufdt_overlay.c135 char *path_mem = NULL; in ufdt_get_fixup_location() local
139 path_mem = dto_malloc(fixup_len); in ufdt_get_fixup_location()
140 path = path_mem; in ufdt_get_fixup_location()
191 if (path_mem) dto_free(path_mem); in ufdt_get_fixup_location()
195 if (path_mem) dto_free(path_mem); in ufdt_get_fixup_location()
/system/libufdt/tests/libufdt_verify/
Dufdt_test_overlay.cpp145 char *path_mem = NULL; in ufdt_combine_fixup() local
150 path_mem = static_cast<char *>(dto_malloc(fixup_len)); in ufdt_combine_fixup()
151 path = path_mem; in ufdt_combine_fixup()
193 if (path_mem) { in ufdt_combine_fixup()
194 dto_free(path_mem); in ufdt_combine_fixup()