Home
last modified time | relevance | path

Searched refs:CODE_SIGNATURE_FILE_SUFFIX (Results 1 - 5 of 5) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_stream_installer_host_impl.cpp172 if (!BundleUtil::CheckFileType(fileName, ServiceConstants::CODE_SIGNATURE_FILE_SUFFIX)) { in CreateSignatureFileStream()
225 !BundleUtil::CheckFileType(hspName, ServiceConstants::CODE_SIGNATURE_FILE_SUFFIX)) { in CreateSharedBundleStream()
H A Dbundle_util.cpp80 !CheckFileType(bundlePath, ServiceConstants::CODE_SIGNATURE_FILE_SUFFIX)) { in CheckFilePath()
H A Dbundle_install_checker.cpp1538 if (!BundleUtil::CheckFileType(signatureFileDir, ServiceConstants::CODE_SIGNATURE_FILE_SUFFIX)) { in CheckSignatureFileDir()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_service_constants.h148 constexpr const char* CODE_SIGNATURE_FILE_SUFFIX = ".sig"; member
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/shared/
H A Dinner_shared_bundle_installer.cpp566 (path.find(ServiceConstants::CODE_SIGNATURE_FILE_SUFFIX) == std::string::npos)) { in ObtainHspFileAndSignatureFilePath()
574 if (BundleUtil::EndWith(path, ServiceConstants::CODE_SIGNATURE_FILE_SUFFIX)) { in ObtainHspFileAndSignatureFilePath()

Completed in 10 milliseconds