Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/model/storage/include/mtd/
H A Dmtd_core.h89 uint8_t *oobBuf; member
/ohos5.0/drivers/hdf_core/framework/model/storage/src/mtd/
H A Dmtd_core.c426 mtdPage.oobBuf = msg->withOob ? (buf + mtdPage.dataLen) : NULL; in MtdDeviceWriteReadByPageUnlock()