Searched refs:removePaths (Results 1 – 3 of 3) sorted by relevance
927 std::vector<std::string> removePaths; variable928 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; variable954 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; variable978 removePaths.push_back("notexist.index");[all …]
1328 std::vector<std::string> removePaths; in GetRemoveOverlayPaths() local1338 removePaths.emplace_back(iter->hapPath); in GetRemoveOverlayPaths()1342 return removePaths; in GetRemoveOverlayPaths()
3270 std::vector<std::string> removePaths; in GetRemoveOverlayPaths() local3280 removePaths.emplace_back(iter->hapPath); in GetRemoveOverlayPaths()3284 return removePaths; in GetRemoveOverlayPaths()