Home
last modified time | relevance | path

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

/ohos5.0/base/global/resource_management/frameworks/resmgr/test/unittest/common/
H A Dresource_manager_test_hap.cpp927 std::vector<std::string> removePaths; variable
928 removePaths.push_back(FormatFullPath(g_overlayResFilePath).c_str());
929 …t = ((ResourceManagerImpl*)rm)->RemoveResource(FormatFullPath(g_resFilePath).c_str(), removePaths);
953 std::vector<std::string> removePaths; variable
954 removePaths.push_back("notexist.index");
955 removePaths.push_back("notexist2.index");
956 removePaths.push_back(FormatFullPath(g_overlayResFilePath).c_str());
957 …t = ((ResourceManagerImpl*)rm)->RemoveResource(FormatFullPath(g_resFilePath).c_str(), removePaths);
977 std::vector<std::string> removePaths; variable
978 removePaths.push_back("notexist.index");
[all …]
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/context/
H A Dcontext_impl.cpp1328 std::vector<std::string> removePaths; in GetRemoveOverlayPaths() local
1338 removePaths.emplace_back(iter->hapPath); in GetRemoveOverlayPaths()
1342 return removePaths; in GetRemoveOverlayPaths()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dmain_thread.cpp3270 std::vector<std::string> removePaths; in GetRemoveOverlayPaths() local
3280 removePaths.emplace_back(iter->hapPath); in GetRemoveOverlayPaths()
3284 return removePaths; in GetRemoveOverlayPaths()