Searched defs:statInfo (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/src-server/
H A DHostImpl.cpp2842 struct stat statInfo; local
2852 if (stat(deviceNode, &statInfo) < 0)
2860 if (S_ISCHR(statInfo.st_mode) || S_ISBLK(statInfo.st_mode))
2888 if (S_ISCHR(statInfo.st_mode) || S_ISBLK(statInfo.st_mode))

Completed in 41 milliseconds