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

/inkscape/src/widgets/
H A Dicon.cpp468 std::string wanted = out.str(); local
481 bool cacheValid = (present == wanted);
534 if ( g_file_set_contents(iconCacheFile.c_str(), wanted.c_str(), wanted.size(), 0) ) {

Completed in 20 milliseconds