Home
last modified time | relevance | path

Searched defs:resourcesPaths (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/ace/
H A Dui_content.h226 …virtual void GetResourcePaths(std::vector<std::string>& resourcesPaths, std::string& assetRootPath, in GetResourcePaths()
228 …virtual void SetResourcePaths(const std::vector<std::string>& resourcesPaths, const std::string& a… in SetResourcePaths()
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Draw_file_manager.cpp158 std::vector<std::string> resourcesPaths = impl->GetResourcePaths(); in OH_ResourceManager_OpenRawDir() local
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dui_content_impl.cpp3193 void UIContentImpl::GetResourcePaths(std::vector<std::string>& resourcesPaths, std::string& assetRo… in GetResourcePaths()
3209 void UIContentImpl::SetResourcePaths(const std::vector<std::string>& resourcesPaths, const std::str… in SetResourcePaths()