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

/inkscape/src/widgets/
H A Dicon.cpp442 std::string iconCacheFile = Glib::build_filename( iconCacheDir, "cache.info" ); local
473 if ( g_file_get_contents(iconCacheFile.c_str(), &contents, 0, 0) ) {
534 if ( g_file_set_contents(iconCacheFile.c_str(), wanted.c_str(), wanted.size(), 0) ) {

Completed in 20 milliseconds