Searched refs:statBuf (Results 1 – 3 of 3) sorted by relevance
16 struct stat statBuf; in file_stat() local18 ret = stat(strPath.c_str(), &statBuf); in file_stat()22 if (S_ISDIR(statBuf.st_mode)) in file_stat()
152 struct stat statBuf; in CRKImage() local163 if(stat(szName, &statBuf) < 0) { in CRKImage()167 if (S_ISDIR(statBuf.st_mode)) { in CRKImage()171 m_fileSize = statBuf.st_size; in CRKImage()
3363 struct stat statBuf; in main() local3394 if(stat(strConfigFile.c_str(), &statBuf) < 0) { in main()3398 } else if (S_ISREG(statBuf.st_mode)) { in main()