Home
last modified time | relevance | path

Searched refs:HAP_COPY_PATH (Results 1 - 12 of 12) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dinstalld_service.cpp86 if (!InitDir(ServiceConstants::HAP_COPY_PATH)) { in Init()
87 APP_LOGI("HAP_COPY_PATH is already exists"); in Init()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/
H A Dquick_fix_manager_host_impl.cpp171 std::string prefixStr = std::string(ServiceConstants::HAP_COPY_PATH) + ServiceConstants::PATH_SEPARATOR in CopyHqfToSecurityDir()
182 std::string securityPathPrefix = std::string(ServiceConstants::HAP_COPY_PATH) + in CopyHqfToSecurityDir()
H A Dquick_fix_boot_scanner.cpp189 std::string destinationDir = ServiceConstants::HAP_COPY_PATH; in ReprocessQuickFix()
280 std::string hapcopypathstring = std::string(ServiceConstants::HAP_COPY_PATH); in RemoveInvalidDir()
H A Dquick_fix_deployer.cpp671 if (path.find(std::string(ServiceConstants::HAP_COPY_PATH) + ServiceConstants::PATH_SEPARATOR + in ProcessBundleFilePaths()
752 std::string tmpSoPath = std::string(ServiceConstants::HAP_COPY_PATH) + ServiceConstants::PATH_SEPARATOR + in ExtractSoAndApplyDiff()
836 std::string diffFilePath = std::string(ServiceConstants::HAP_COPY_PATH) + ServiceConstants::PATH_SEPARATOR + in ProcessApplyDiffPatch()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_service.cpp95 if (!InitDir(ServiceConstants::HAP_COPY_PATH)) { in Init()
96 LOG_NOFUNC_I(BMS_TAG_INSTALLD, "HAP_COPY_PATH is already exists"); in Init()
H A Dinstalld_host_impl.cpp1348 !CheckPathValid(tmpSoPath, ServiceConstants::HAP_COPY_PATH)) { in ExtractEncryptedSoFiles()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_service_constants.h62 constexpr const char* HAP_COPY_PATH = "/data/service/el1/public/bms/bundle_manager_service"; member
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_mgr_service.cpp313 ServiceConstants::HAP_COPY_PATH, S_IRWXU | S_IXGRP | S_IRGRP | S_IROTH | S_IXOTH, in CreateBmsServiceDir()
H A Dbundle_util.cpp409 std::string tempDir = ServiceConstants::HAP_COPY_PATH; in CreateInstallTempDir()
440 std::string tempDir = ServiceConstants::HAP_COPY_PATH; in CreateSharedBundleTempDir()
819 destination.append(ServiceConstants::HAP_COPY_PATH).append(ServiceConstants::PATH_SEPARATOR); in CopyFileToSecurityDir()
H A Dbundle_mgr_service_event_handler.cpp132 std::string(ServiceConstants::HAP_COPY_PATH) + ServiceConstants::PATH_SEPARATOR + TEMP_PREFIX + bundleName; in MoveTempPath()
171 std::string tempDir = std::string(ServiceConstants::HAP_COPY_PATH)
H A Dbase_bundle_installer.cpp2661 std::string oldSoPath = std::string(ServiceConstants::HAP_COPY_PATH) + ServiceConstants::PATH_SEPARATOR + in ProcessDiffFiles()
2689 const std::string tempDiffPath = std::string(ServiceConstants::HAP_COPY_PATH) + in ProcessDiffFiles()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/extend_resource/
H A Dextend_resource_manager_host_impl.cpp149 if (!BundleUtil::StartWith(filePath, ServiceConstants::HAP_COPY_PATH)) { in CheckFileParam()

Completed in 25 milliseconds