Searched refs:subdirName (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/widgets/
H A Dicon.cpp488 std::string subdirName = Glib::build_filename( iconCacheDir, *it ); local
489 if ( Glib::file_test(subdirName, Glib::FILE_TEST_IS_DIR) ) {
490 Glib::Dir subdir(subdirName);
492 std::string fullpath = Glib::build_filename( subdirName, *subit );
516 std::string subdirName = Glib::build_filename( iconCacheDir, *it ); local
517 if ( Glib::file_test(subdirName, Glib::FILE_TEST_IS_DIR) ) {
518 Glib::Dir subdir(subdirName);
520 std::string fullpath = Glib::build_filename( subdirName, *subit );
525 g_rmdir( subdirName.c_str() );

Completed in 17 milliseconds