Home
last modified time | relevance | path

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

/ohos5.0/base/customization/enterprise_device_management/interfaces/inner_api/bundle_manager/include/
H A Dbundle_manager_proxy.h48 …ErrCode checkHapFilePath(const std::string &hapFilePath, std::string &fileName, std::string &realP…
/ohos5.0/base/customization/enterprise_device_management/interfaces/inner_api/bundle_manager/src/
H A Dbundle_manager_proxy.cpp248 ErrCode checkRet = checkHapFilePath(hapFilePath, fileName, realPath, errMessage); in WriteFileToStream()
277 ErrCode BundleManagerProxy::checkHapFilePath(const std::string &hapFilePath, std::string &fileName, in checkHapFilePath() function in OHOS::EDM::BundleManagerProxy