Lines Matching defs:fullPath
106 bool RegistryTool::getExeInfo(Glib::ustring &fullPath,
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;
138 if (!getExeInfo(fullPath, path, exeName))
142 // fullPath.c_str(), path.c_str(), exeName.c_str());
149 Glib::ustring value = fullPath;