Home
last modified time | relevance | path

Searched refs:freeBytes (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/reference/apis-core-file-kit/
H A Djs-apis-statfs.md70 statfs.getFreeBytes(path, (err: BusinessError, freeBytes:Number) => {
74 console.info('getFreeBytes callback success' + freeBytes);
/ohos5.0/base/account/os_account/frameworks/common/file_operator/src/
H A Daccount_file_operator.cpp165 unsigned long long freeBytes = in IsDataStorageSufficient() local
167 bool isSufficient = (freeBytes > reqFreeBytes + BUFF_FILE_SIZE); in IsDataStorageSufficient()
169 …LOGE("Data storage is insufficient, freeBytes=%{public}llu, reqFreeBytes=%{public}llu.", freeBytes, in IsDataStorageSufficient()
/ohos5.0/docs/en/application-dev/reference/apis-core-file-kit/
H A Djs-apis-statfs.md70 statfs.getFreeBytes(path, (err: BusinessError, freeBytes:Number) => {
74 console.info('getFreeBytes callback success' + freeBytes);