Home
last modified time | relevance | path

Searched refs:CheckSystemFreeSize (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_util.h80 static bool CheckSystemFreeSize(const std::string &path, int64_t size);
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_util.cpp210 bool BundleUtil::CheckSystemFreeSize(const std::string &path, int64_t size) in CheckSystemFreeSize() function in OHOS::AppExecFwk::BundleUtil
H A Dbase_bundle_installer.cpp1358 !BundleUtil::CheckSystemFreeSize(APP_INSTALL_PATH, FIVE_MB)) { in RollBack()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/app_service_fwk/
H A Dapp_service_fwk_installer.cpp702 …if (newInnerBundleInfo_.IsPreInstallApp() && !BundleUtil::CheckSystemFreeSize(APP_INSTALL_PATH, FI… in RollBack()