Search

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

/inkscape/src/
H A Dregistrytool.cpp106 bool RegistryTool::getExeInfo(Glib::ustring &fullPath, argument
115 fullPath = utf8path;
120 Glib::ustring::size_type pos = fullPath.rfind('\\');
121 if (pos != fullPath.npos)
123 path = fullPath.substr(0, pos);
124 exeName = fullPath.substr(pos+1);
134 Glib::ustring fullPath; local
138 if (!getExeInfo(fullPath, path, exeName))
142 // fullPath.c_str(), path.c_str(), exeName.c_str());
149 Glib::ustring value = fullPath;
[all...]
/inkscape/
H A Dbuildtool.cpp4259 String fullPath = baseName; local
4262 if (dirName[0]!='/') fullPath.append("/");
4263 fullPath.append(dirName);
4265 DIR *dir = opendir(fullPath.c_str());
6153 String fullPath = fullPathURI.getPath(); local
6154 if (fullPath[0] == '/')
6155 fullPath = fullPath.substr(1);
6156 //trace("Normalized %s to %s", dfname.c_str(), fullPath.c_str());
6157 iter = allFiles.find(fullPath);
[all...]

Completed in 66 milliseconds