Home
last modified time | relevance | path

Searched refs:editable (Results 1 – 1 of 1) sorted by relevance

/system/core/libutils/
DVectorImpl.cpp89 SharedBuffer* editable = sb->attemptEdit(); in editArrayImpl() local
90 if (editable == nullptr) { in editArrayImpl()
93 editable = SharedBuffer::alloc(sb->size()); in editArrayImpl()
97 LOG_ALWAYS_FATAL_IF(editable == nullptr); in editArrayImpl()
98 _do_copy(editable->data(), mStorage, mCount); in editArrayImpl()
100 mStorage = editable->data(); in editArrayImpl()