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

/inkscape/
H A Dbuildtool.cpp1683 struct stat statBuf; local
1684 if (fstat(fileno(f),&statBuf)<0)
1689 long filelen = statBuf.st_size;

Completed in 36 milliseconds