Searched refs:cloudConfigFilePath (Results 1 – 1 of 1) sorted by relevance
45 std::string cloudConfigFilePath = GetConfigFilePath(configFileName, false); in GetConfigFilePathByVersion() local46 if ((cloudVer > localVer) && FileUtil::FileExists(cloudConfigFilePath)) { in GetConfigFilePathByVersion()47 return cloudConfigFilePath; in GetConfigFilePathByVersion()