Searched refs:MAX_HAP_SIZE (Results 1 – 2 of 2) sorted by relevance
40 constexpr int64_t MAX_HAP_SIZE = ONE_GB * 4; // 4GB variable71 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()
57 constexpr int64_t MAX_HAP_SIZE = ONE_GB * 4; // 4GB variable92 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()