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

/inkscape/
H A Dbuildtool.cpp2547 static statCacheType statCache; member in namespace:buildtool
2550 std::pair<statCacheType::iterator, bool> result = statCache.insert(statCacheType::value_type(f, StatResult()));
2559 statCache.erase(f);

Completed in 48 milliseconds