Home
last modified time | relevance | path

Searched refs:HSP_FILE_SUFFIX (Results 1 - 9 of 9) sorted by relevance

/foundation/bundlemanager/bundle_framework/common/utils/src/
H A Dbundle_file_util.cpp33 const char* HSP_FILE_SUFFIX = ".hsp"; member
55 !CheckFileType(bundlePath, HSP_FILE_SUFFIX) && in CheckFilePath()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/
H A Dinner_shared_bundle_installer.cpp353 ServiceConstants::HSP_FILE_SUFFIX; in ExtractSharedBundles()
555 if (!BundleUtil::EndWith(inBundlePaths[0], ServiceConstants::HSP_FILE_SUFFIX)) { in ObtainHspFileAndSignatureFilePath()
565 if ((path.find(ServiceConstants::HSP_FILE_SUFFIX) == std::string::npos) && in ObtainHspFileAndSignatureFilePath()
570 if (BundleUtil::EndWith(path, ServiceConstants::HSP_FILE_SUFFIX)) { in ObtainHspFileAndSignatureFilePath()
600 ServiceConstants::HSP_FILE_SUFFIX; in SaveHspToRealInstallationDir()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_stream_installer_host_impl.cpp121 !BundleUtil::CheckFileType(fileName, ServiceConstants::HSP_FILE_SUFFIX)) { in CreateStream()
224 !BundleUtil::CheckFileType(hspName, ServiceConstants::HSP_FILE_SUFFIX) && in CreateSharedBundleStream()
H A Dbundle_util.cpp78 !CheckFileType(bundlePath, ServiceConstants::HSP_FILE_SUFFIX) && in CheckFilePath()
H A Dbase_bundle_installer.cpp126 fileSuffix = ServiceConstants::HSP_FILE_SUFFIX; in GetHapPath()
5479 !BundleUtil::EndWith(hapPath, ServiceConstants::HSP_FILE_SUFFIX))) { in GetTempHapPath()
H A Dbundle_mgr_service_event_handler.cpp3524 + sharedBundleInfo.sharedModuleInfos[0].name + ServiceConstants::HSP_FILE_SUFFIX; in ProcessSharedBundleProvisionInfo()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_service_constants.h58 constexpr const char* HSP_FILE_SUFFIX = ".hsp"; member
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_service_fwk/
H A Dapp_service_fwk_installer.cpp475 if (!BundleUtil::CheckFileType(bundlePath, ServiceConstants::HSP_FILE_SUFFIX)) { in CheckFileType()
593 moduleName + ServiceConstants::HSP_FILE_SUFFIX; in ExtractModule()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dbundle_mgr_service_event_handler.cpp698 ServiceConstants::HSP_FILE_SUFFIX; in ProcessSharedBundleProvisionInfo()

Completed in 23 milliseconds