Lines Matching refs:configFile
9612 Utf8Str configFile, newConfigFile;
9629 configFile = mData->m_strConfigFileFull;
9642 configDir = configFile;
9697 if (newConfigFile != configFile)
9700 configFile = Utf8StrFmt("%s%c%s",
9703 RTPathFilename(configFile.c_str()));
9707 vrc = RTFileRename(configFile.c_str(), newConfigFile.c_str(), 0);
9712 configFile.c_str(),
9718 configFilePrev = configFile;
9734 && (configDir != newConfigDir || configFile != newConfigFile))
9759 RTFileRename(newConfigFile.c_str(), configFile.c_str(), 0);