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

/inkscape/src/ui/dialog/
H A Dfiledialogimpl-gtkmm.cpp1352 std::string dirName = Glib::path_get_dirname(myFilename); local
1353 if (dirName != get_current_folder()) {
1354 set_current_folder(dirName);
/inkscape/src/ui/
H A Dinterface.cpp1390 gchar* dirName = g_path_get_dirname( filename ); local
1398 dirName
1413 g_free( dirName );
/inkscape/
H A Dbuildtool.cpp2598 if (dirName.size()>0)
2600 childName.append(dirName);
3153 bool removeDirectory(const String &dirName);
4255 const String &dirName,
4258 res.push_back(dirName);
4260 if (dirName.size()>0)
4262 if (dirName[0]!='/') fullPath.append("/");
4263 fullPath.append(dirName);
4276 String childName = dirName;
4303 const String &dirName,
4254 listDirectories(const String &baseName, const String &dirName, std::vector<String> &res) argument
4302 listFiles(const String &baseDir, const String &dirName, std::vector<String> &res) argument
4947 removeDirectory(const String &dirName) argument
6769 String dirName = *setIter; local
7623 String dirName = parent.eval(dirNameOpt, "."); local
8211 String dirName = parent.eval(dirNameOpt, "."); local
[all...]

Completed in 43 milliseconds