Home
last modified time | relevance | path

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

/system/core/libutils/
DVectorImpl.cpp91 SharedBuffer* editable = sb->attemptEdit(); in editArrayImpl() local
92 if (editable == 0) { in editArrayImpl()
95 editable = SharedBuffer::alloc(sb->size()); in editArrayImpl()
99 LOG_ALWAYS_FATAL_IF(editable == NULL); in editArrayImpl()
100 _do_copy(editable->data(), mStorage, mCount); in editArrayImpl()
102 mStorage = editable->data(); in editArrayImpl()