Home
last modified time | relevance | path

Searched refs:QUICK_FIX_FILE_SUFFIX (Results 1 - 7 of 7) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbase_extractor.cpp117 auto position = entry.first.rfind(ServiceConstants::QUICK_FIX_FILE_SUFFIX); in GetZipFileNames()
121 isHqfFile = suffixStr == ServiceConstants::QUICK_FIX_FILE_SUFFIX; in GetZipFileNames()
H A Dbundle_util.cpp79 !CheckFileType(bundlePath, ServiceConstants::QUICK_FIX_FILE_SUFFIX) && in CheckFilePath()
/foundation/bundlemanager/bundle_framework/common/utils/src/
H A Dbundle_file_util.cpp34 const char* QUICK_FIX_FILE_SUFFIX = ".hqf"; member
56 !CheckFileType(bundlePath, QUICK_FIX_FILE_SUFFIX) && in CheckFilePath()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_service_constants.h59 constexpr const char* QUICK_FIX_FILE_SUFFIX = ".hqf"; member
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/
H A Dquick_fix_manager_host_impl.cpp126 if (!BundleUtil::CheckFileType(fileName, ServiceConstants::QUICK_FIX_FILE_SUFFIX)) { in CreateFd()
H A Dquick_fix_deployer.cpp601 std::string realPath = path + info.moduleName + ServiceConstants::QUICK_FIX_FILE_SUFFIX; in MoveHqfFiles()
683 if (!BundleUtil::CheckFileType(path, ServiceConstants::QUICK_FIX_FILE_SUFFIX)) { in ProcessBundleFilePaths()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_operator.cpp1271 (currentName.find(ServiceConstants::QUICK_FIX_FILE_SUFFIX) != std::string::npos)) { in ObtainQuickFixFileDir()

Completed in 9 milliseconds