Home
last modified time | relevance | path

Searched refs:MAX_HAP_SIZE (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/common/utils/src/
H A Dbundle_file_util.cpp40 constexpr int64_t MAX_HAP_SIZE = ONE_GB * 4; // 4GB variable
71 if (!CheckFileSize(realPath, MAX_HAP_SIZE)) { in CheckFilePath()
72 APP_LOGE("file size larger than max hap size: %{public}" PRId64, MAX_HAP_SIZE); in CheckFilePath()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_util.cpp57 constexpr int64_t MAX_HAP_SIZE = ONE_GB * 4; // 4GB variable
92 if (!CheckFileSize(realPath, MAX_HAP_SIZE)) { in CheckFilePath()
93 APP_LOGE("file size larger than max hap size Max size is: %{public}" PRId64, MAX_HAP_SIZE); in CheckFilePath()