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

/inkscape/
H A Dbuildtool.cpp2544 struct stat statInfo; member in struct:buildtool::StatResult
2552 result.first->second.result = stat(f.c_str(), &(result.first->second.statInfo));
2554 *s = result.first->second.statInfo;

Completed in 56 milliseconds