Home
last modified time | relevance | path

Searched defs:dto_strdup (Results 1 – 2 of 2) sorted by relevance

/system/libufdt/sysdeps/
Dlibufdt_sysdeps_posix.c44 char *dto_strdup(const char *s) { return strdup(s); } in dto_strdup() function
Dlibufdt_sysdeps_vendor.c187 char *dto_strdup(const char *s) { return strdup(s); } in dto_strdup() function