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

/vbox/src/bldprogs/
H A Dfilesplitter.cpp343 struct stat DirStat; local
344 if ( stat(argv[2], &DirStat) == 0
345 && S_ISDIR(DirStat.st_mode))

Completed in 43 milliseconds