Home
last modified time | relevance | path

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

/hardware/google/aemu/base/
DWin32UnicodeString.cpp118 size_t copySize = std::min<size_t>(newSize, mSize); in resize() local
119 ::memcpy(mStr, oldStr ? oldStr : L"", copySize * sizeof(wchar_t)); in resize()
120 mStr[copySize] = L'\0'; in resize()
/hardware/google/graphics/common/libhwc2.1/libdevice/
DExynosDevice.cpp409 size_t copySize = min(static_cast<size_t>(*outSize), result.size()); in dump() local
411 copySize); in dump()
412 strlcpy(outBuffer, result.string(), copySize); in dump()