HomeSort by relevance Sort by last modified time
    Searched refs:path_mem (Results 1 - 2 of 2) sorted by null

  /system/libufdt/
ufdt_overlay.c 135 char *path_mem = NULL; local
139 path_mem = dto_malloc(fixup_len);
140 path = path_mem;
191 if (path_mem) dto_free(path_mem);
195 if (path_mem) dto_free(path_mem);
  /system/libufdt/tests/libufdt_verify/
ufdt_test_overlay.cpp 145 char *path_mem = NULL; local
150 path_mem = static_cast<char *>(dto_malloc(fixup_len));
151 path = path_mem;
193 if (path_mem) {
194 dto_free(path_mem);

Completed in 80 milliseconds