Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rktoolkit/update_recv/
H A Dupdate_recv.c38 struct stat statBuf; in GetFwSize() local
46 if (stat(szName, &statBuf) < 0){ in GetFwSize()
52 m_fileSize = statBuf.st_size; in GetFwSize()
65 if (stat(szName, &statBuf) < 0){ in GetFwSize()
71 m_fileSize = statBuf.st_size; in GetFwSize()
/OK3568_Linux_fs/external/rkupdate/
H A DRKImage.cpp220 struct stat64 statBuf; in CRKImage() local
230 if (stat64(szName, &statBuf) < 0) in CRKImage()
236 if (S_ISDIR(statBuf.st_mode)) in CRKImage()
242 m_fileSize = statBuf.st_size; in CRKImage()