Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/core/
H A Dhiview_platform.cpp293 std::string bundlePath = pathPrefix + GetDynamicLibName(name, true); in SearchPluginBundle()
359 std::string dynamicPluginName = GetDynamicLibName(name, true); in LoadDynamicPlugin()
363 dynamicPluginName = GetDynamicLibName(name, false); in LoadDynamicPlugin()
369 std::string HiviewPlatform::GetDynamicLibName(const std::string& name, bool hasOhosSuffix) const in GetDynamicLibName() function in OHOS::HiviewDFX::HiviewPlatform
/ohos5.0/base/hiviewdfx/hiview/core/include/
H A Dhiview_platform.h163 std::string GetDynamicLibName(const std::string& name, bool hasOhosSuffix) const;