Home
last modified time | relevance | path

Searched refs:cloudConfigFilePath (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/hiviewdfx/hiview/base/utility/
H A Dhiview_config_util.cpp45 std::string cloudConfigFilePath = GetConfigFilePath(configFileName, false); in GetConfigFilePathByVersion() local
46 if ((cloudVer > localVer) && FileUtil::FileExists(cloudConfigFilePath)) { in GetConfigFilePathByVersion()
47 return cloudConfigFilePath; in GetConfigFilePathByVersion()