Searched refs:PATCH_PATH (Results 1 - 7 of 7) sorted by relevance
/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 | 50 const std::string PATCH_PATH = "/data/app/el1/bundle/public/com.example.l3jsdemo/patch_1000001";
member 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);
in HWTEST_F() 358 EXPECT_EQ(patchPathExist, 0) << "the patch path does not exists: " << PATCH_PATH;
in HWTEST_F() 386 int patchPathExist = access(PATCH_PATH.c_str(), F_OK);
in HWTEST_F() 387 EXPECT_EQ(patchPathExist, 0) << "the patch path does not exists: " << PATCH_PATH;
in HWTEST_F() 415 int patchPathExist = access(PATCH_PATH.c_str(), F_OK);
in HWTEST_F() 416 EXPECT_EQ(patchPathExist, 0) << "the patch path does not exists: " << PATCH_PATH;
in HWTEST_F() 445 int patchPathExist = access(PATCH_PATH in HWTEST_F() [all...] |
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_service_constants.h | 99 constexpr const char* PATCH_PATH = "patch_"; member
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/ |
H A D | quick_fix_deleter.cpp | 126 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()
|
/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"; member 1209 deployer->ProcessNativeLibraryPath(PATCH_PATH, innerAppQuickFix); in HWTEST_F() 1236 deployer->ProcessNativeLibraryPath(PATCH_PATH, innerAppQuickFix); in HWTEST_F() 1261 deployer->ProcessNativeLibraryPath(PATCH_PATH, innerAppQuickFix); in HWTEST_F()
|
/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"; member
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | base_bundle_installer.cpp | 2480 ServiceConstants::PATH_SEPARATOR + ServiceConstants::PATCH_PATH + in ProcessDeployedHqfInfo() 2534 ServiceConstants::PATH_SEPARATOR + ServiceConstants::PATCH_PATH + in ProcessDeployingHqfInfo() 2561 auto newNativeLibraryPath = ServiceConstants::PATCH_PATH + in UpdateLibAttrs() 2578 if (!BundleUtil::StartWith(appQfInfo.nativeLibraryPath, ServiceConstants::PATCH_PATH)) { in UpdateLibAttrs() 2701 ServiceConstants::PATH_SEPARATOR + ServiceConstants::PATCH_PATH + in ProcessDiffFiles()
|
Completed in 23 milliseconds