Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkupdate/
H A DRKComm.cpp119 m_hDev = open(NAND_DRIVER_DEV, O_RDWR, 0); in CRKUsbComm()
122 … pLog->Record(_T("ERROR:CRKUsbComm-->open %s failed,err=%d"), NAND_DRIVER_DEV, strerror(errno)); in CRKUsbComm()
128 pLog->Record(_T("INFO:CRKUsbComm-->%s=%d"), NAND_DRIVER_DEV, m_hDev); in CRKUsbComm()
H A DRKComm.h96 #define NAND_DRIVER_DEV "/dev/rknand_sys_storage" macro