Searched refs:prop_offset (Results 1 - 1 of 1) sorted by path

/system/libufdt/
H A Dufdt_overlay.c132 int prop_offset, prop_len; local
164 prop_offset = dto_strtoul(offset_ptr, &end_ptr, 10 /* base */);
184 * Note that prop_offset is the offset inside the property data.
186 if (prop_len < prop_offset + (int)sizeof(uint32_t)) {
192 return (char *)prop_data + prop_offset;

Completed in 72 milliseconds