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

  /system/libufdt/
ufdt_overlay.c 132 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;
  /bionic/libc/bionic/
system_properties.cpp 463 uint_least32_t prop_offset = atomic_load_explicit(&current->prop, memory_order_relaxed); local
464 if (prop_offset != 0) {
663 uint_least32_t prop_offset = atomic_load_explicit(&trie->prop, memory_order_relaxed);
664 if (prop_offset != 0) {
    [all...]

Completed in 164 milliseconds