Home
last modified time | relevance | path

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 Dbms_bundle_quick_fix_boot_scanner_test.cpp50 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 Dbundle_service_constants.h99 constexpr const char* PATCH_PATH = "patch_"; member
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/
H A Dquick_fix_deleter.cpp126 patchPath += ServiceConstants::PATCH_PATH + std::to_string(appqfInfo.versionCode); in InnerDeletePatchDir()
H A Dquick_fix_deployer.cpp91 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 Dbms_bundle_quick_fix_test.cpp77 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 Dbms_bundle_quick_fix_mgr_rdb_test.cpp69 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 Dbase_bundle_installer.cpp2480 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