Home
last modified time | relevance | path

Searched defs:patchPath (Results 1 – 6 of 6) sorted by relevance

/base/global/resource_management/frameworks/resmgr/src/
Dhap_parser.cpp241 RState HapParser::ReadRawFileFromHap(const std::string &hapPath, const std::string &patchPath, in ReadRawFileFromHap()
280 RState GetExtractor(const char *hapPath, const char *patchPath, char *outPath, const std::string &r… in GetExtractor()
314 RState HapParser::ReadRawFileDescriptor(const char *hapPath, const char *patchPath, const std::stri… in ReadRawFileDescriptor()
Dhap_resource_manager.cpp172 bool HapResourceManager::PutPatchResource(const std::string &path, const std::string &patchPath) in PutPatchResource()
Dhap_manager.cpp455 bool HapManager::AddPatchResource(const char *path, const char *patchPath) in AddPatchResource()
Dresource_manager_impl.cpp1345 bool ResourceManagerImpl::AddPatchResource(const char *path, const char *patchPath) in AddPatchResource()
/base/global/resource_management/frameworks/resmgr/include/
Dhap_resource.h227 inline void SetPatchPath(const std::string& patchPath) in SetPatchPath()
/base/global/resource_management/frameworks/resmgr/test/unittest/common/
Dhap_resource_test.cpp475 std::string patchPath = "testPatch"; variable