Home
last modified time | relevance | path

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

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/
H A Dquick_fix_deleter.cpp26 const std::string PATCH_DIR = "patch"; variable
124 appqfInfo.nativeLibraryPath.find(ServiceConstants::PATH_SEPARATOR)) == PATCH_DIR) { in InnerDeletePatchDir()
125 patchPath += PATCH_DIR; in InnerDeletePatchDir()
H A Dquick_fix_deployer.cpp29 const std::string PATCH_DIR = "patch/"; variable
308 appQuickFix.deployingAppqfInfo.nativeLibraryPath = PATCH_DIR + targetPath_; in ProcessNativeLibraryPath()
328 … nativeLibraryPath = PATCH_DIR + targetPath_ + ServiceConstants::PATH_SEPARATOR + libraryPath; in ProcessNativeLibraryPath()
345 + ServiceConstants::PATH_SEPARATOR + PATCH_DIR + targetPath_; in ProcessPatchDeployEnd()