Searched refs:freeBytes (Results 1 – 3 of 3) sorted by relevance
70 statfs.getFreeBytes(path, (err: BusinessError, freeBytes:Number) => {74 console.info('getFreeBytes callback success' + freeBytes);
165 unsigned long long freeBytes = in IsDataStorageSufficient() local167 bool isSufficient = (freeBytes > reqFreeBytes + BUFF_FILE_SIZE); in IsDataStorageSufficient()169 …LOGE("Data storage is insufficient, freeBytes=%{public}llu, reqFreeBytes=%{public}llu.", freeBytes, in IsDataStorageSufficient()