Searched refs:offset_ptr (Results 1 – 2 of 2) sorted by relevance
/system/libufdt/ |
D | ufdt_overlay.c | 131 char *path, *prop_ptr, *offset_ptr, *end_ptr; in ufdt_get_fixup_location() local 155 offset_ptr = dto_strchr(prop_ptr, ':'); in ufdt_get_fixup_location() 156 if (offset_ptr == NULL) { in ufdt_get_fixup_location() 161 *offset_ptr = '\0'; in ufdt_get_fixup_location() 162 offset_ptr++; in ufdt_get_fixup_location() 164 prop_offset = dto_strtoul(offset_ptr, &end_ptr, 10 /* base */); in ufdt_get_fixup_location() 166 dto_error("'%s' is not valid number\n", offset_ptr); in ufdt_get_fixup_location()
|
/system/libufdt/tests/libufdt_verify/ |
D | ufdt_test_overlay.cpp | 143 char *path, *prop_ptr, *offset_ptr; in ufdt_combine_fixup() local 166 offset_ptr = dto_strchr(prop_ptr, ':'); in ufdt_combine_fixup() 167 if (offset_ptr == NULL) { in ufdt_combine_fixup() 172 *offset_ptr = '\0'; in ufdt_combine_fixup() 173 offset_ptr++; in ufdt_combine_fixup()
|