Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/data_share/frameworks/native/common/src/
H A Dshared_block.cpp215 CellUnit *fieldDir = static_cast<CellUnit *>(OffsetToPtr(fieldDirOffset)); in AllocRow() local
216 if (fieldDir == nullptr) { in AllocRow()
219 int result = memset_s(fieldDir, fieldDirSize, 0, fieldDirSize); in AllocRow()