Searched refs:PATCH_PATH (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_boot_scanner_test/ |
H A D | bms_bundle_quick_fix_boot_scanner_test.cpp | 266 bool ret = BundleUtil::CreateDir(PATCH_PATH); in CreateQuickFileDir() 275 bool ret = BundleUtil::DeleteDir(PATCH_PATH); in DeleteQuickFileDir() 357 int patchPathExist = access(PATCH_PATH.c_str(), F_OK); 358 EXPECT_EQ(patchPathExist, 0) << "the patch path does not exists: " << PATCH_PATH; 386 int patchPathExist = access(PATCH_PATH.c_str(), F_OK); 415 int patchPathExist = access(PATCH_PATH.c_str(), F_OK); 445 int patchPathExist = access(PATCH_PATH.c_str(), F_OK); 474 int patchPathExist = access(PATCH_PATH.c_str(), F_OK); 803 dirs.push_back(PATCH_PATH); 970 scanner->invalidQuickFixDir_.push_back(PATCH_PATH); [all …]
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/ |
H A D | quick_fix_deleter.cpp | 127 patchPath += ServiceConstants::PATCH_PATH + std::to_string(appqfInfo.versionCode); in InnerDeletePatchDir()
|
H A D | quick_fix_deployer.cpp | 91 … oldPath += ServiceConstants::PATCH_PATH + std::to_string(appQuick.deployingAppqfInfo.versionCode); in DeployQuickFix() 331 … ServiceConstants::PATCH_PATH + std::to_string(appQuickFix.deployingAppqfInfo.versionCode) + in ProcessNativeLibraryPath() 348 + ServiceConstants::PATH_SEPARATOR + ServiceConstants::PATCH_PATH in ProcessPatchDeployEnd()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_service_constants.h | 100 constexpr const char* PATCH_PATH = "patch_"; variable
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_mgr_rdb_test/ |
H A D | bms_bundle_quick_fix_mgr_rdb_test.cpp | 69 const std::string PATCH_PATH = "/data/app/el1/bundle/public/com.example.l3jsdemo/patch_1000001"; variable
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_quick_fix_test/ |
H A D | bms_bundle_quick_fix_test.cpp | 77 const std::string PATCH_PATH = "patch_1"; variable 1209 deployer->ProcessNativeLibraryPath(PATCH_PATH, innerAppQuickFix); 1236 deployer->ProcessNativeLibraryPath(PATCH_PATH, innerAppQuickFix); 1261 deployer->ProcessNativeLibraryPath(PATCH_PATH, innerAppQuickFix);
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | base_bundle_installer.cpp | 2447 ServiceConstants::PATH_SEPARATOR + ServiceConstants::PATCH_PATH + in ProcessDeployedHqfInfo() 2501 ServiceConstants::PATH_SEPARATOR + ServiceConstants::PATCH_PATH + in ProcessDeployingHqfInfo() 2528 auto newNativeLibraryPath = ServiceConstants::PATCH_PATH + in UpdateLibAttrs() 2545 if (!BundleUtil::StartWith(appQfInfo.nativeLibraryPath, ServiceConstants::PATCH_PATH)) { in UpdateLibAttrs() 2666 ServiceConstants::PATH_SEPARATOR + ServiceConstants::PATCH_PATH + in ProcessDiffFiles()
|