Home
last modified time | relevance | path

Searched refs:appCodePath (Results 1 - 4 of 4) sorted by relevance

/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_exception_handler.cpp36 std::string appCodePath = std::string(Constants::BUNDLE_CODE_DIR) + in HandleInvalidBundle() local
39 RemoveBundleAndDataDir(appCodePath, info.GetBundleName(), info.GetUserId()); in HandleInvalidBundle()
116 std::string appCodePath = std::string(Constants::BUNDLE_CODE_DIR) + in InnerHandleInvalidBundle() local
118 auto moduleDir = appCodePath + ServiceConstants::PATH_SEPARATOR + mark.packageName; in InnerHandleInvalidBundle()
124 (void)RemoveBundleAndDataDir(appCodePath, info.GetBundleName(), info.GetUserId()); in InnerHandleInvalidBundle()
137 RemoveBundleAndDataDir(appCodePath, info.GetBundleName(), info.GetUserId())) { // continue to uninstall in InnerHandleInvalidBundle()
142 RemoveBundleAndDataDir(appCodePath, info.GetBundleName(), info.GetUserId())) { in InnerHandleInvalidBundle()
H A Dbundle_mgr_service_event_handler.cpp559 auto appCodePath = std::string(Constants::BUNDLE_CODE_DIR) + ServiceConstants::PATH_SEPARATOR + bundleName; in ScanInstallDir() local
560 if (!ScanDir(appCodePath, ScanMode::SUB_FILE_FILE, ResultMode::ABSOLUTE_PATH, hapPaths)) { in ScanInstallDir()
561 LOG_E(BMS_TAG_DEFAULT, "Scan the appCodePath(%{public}s) failed", appCodePath.c_str()); in ScanInstallDir()
566 LOG_D(BMS_TAG_DEFAULT, "The directory(%{public}s) scan result is empty", appCodePath.c_str()); in ScanInstallDir()
803 auto appCodePath = std::string(Constants::BUNDLE_CODE_DIR) + ServiceConstants::PATH_SEPARATOR + bundleName; in SaveInstallInfoToCache() local
804 info.SetAppCodePath(appCodePath); in SaveInstallInfoToCache()
H A Dbase_bundle_installer.cpp2776 auto appCodePath = std::string(Constants::BUNDLE_CODE_DIR) + ServiceConstants::PATH_SEPARATOR + bundleName_; in CreateBundleCodeDir() local
2777 LOG_D(BMS_TAG_INSTALLER, "create bundle dir %{public}s", appCodePath.c_str()); in CreateBundleCodeDir()
2778 ErrCode result = InstalldClient::GetInstance()->CreateBundleDir(appCodePath); in CreateBundleCodeDir()
2784 info.SetAppCodePath(appCodePath); in CreateBundleCodeDir()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dbundle_mgr_service_event_handler.cpp195 auto appCodePath = std::string(Constants::BUNDLE_CODE_DIR) + ServiceConstants::PATH_SEPARATOR + bundleName; in ScanInstallDir() local
196 if (!ScanDir(appCodePath, ScanMode::SUB_FILE_FILE, ResultMode::ABSOLUTE_PATH, hapPaths)) { in ScanInstallDir()
317 auto appCodePath = std::string(Constants::BUNDLE_CODE_DIR) + ServiceConstants::PATH_SEPARATOR + bundleName; in SaveInstallInfoToCache() local
318 info.SetAppCodePath(appCodePath); in SaveInstallInfoToCache()

Completed in 25 milliseconds