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

/inkscape/src/widgets/
H A Dicon.cpp490 Glib::Dir subdir(subdirName);
491 for ( Glib::DirIterator subit = subdir.begin(); cacheValid && (subit != subdir.end()); ++subit ) {
518 Glib::Dir subdir(subdirName);
519 for ( Glib::DirIterator subit = subdir.begin(); subit != subdir.end(); ++subit ) {
1406 std::string subdir = Glib::build_filename( iconCacheDir, subpart ); local
1407 if ( !Glib::file_test(subdir, Glib::FILE_TEST_EXISTS) ) {
1408 g_mkdir_with_parents( subdir.c_str(), 0x1ED );
1410 potentialFile = Glib::build_filename( subdir, nam
[all...]
/inkscape/
H A Dbuildtool.cpp8287 String subdir = fileName; local
8288 std::size_t pos = subdir.find_last_of('.');
8289 if (pos != subdir.npos)
8290 subdir = subdir.substr(0, pos);
8291 destPath.append(subdir);

Completed in 43 milliseconds