Lines Matching refs:strFilename
151 RTCString strFilename;
165 strFilename = d.strFilename;
207 file->m->strFilename.c_str(),
249 * @param strFilename
262 m->strFilename = *pstrFilename;
278 LogRel(("Loading settings file \"%s\" with version \"%s\"\n", m->strFilename.c_str(), m->strSettingsVersionFull.c_str()));
365 m->strFilename = "";
1023 if (m->strFilename.endsWith(".xml"))
1024 strFilenameNew = m->strFilename.substr(0, m->strFilename.length() - 4);
1025 else if (m->strFilename.endsWith(".vbox"))
1027 strFilenameNew = m->strFilename.substr(0, m->strFilename.length() - 5);
1036 RTFileMove(m->strFilename.c_str(),
1512 * @param strFilename
1617 void MainConfigFile::write(const com::Utf8Str strFilename)
1621 m->strFilename = strFilename;
1779 writer.write(m->strFilename.c_str(), true /*fSafe*/);
2198 * @param strFilename
5987 void MachineConfigFile::write(const com::Utf8Str &strFilename)
5996 m->strFilename = strFilename;
6008 writer.write(m->strFilename.c_str(), true /*fSafe*/);