提交 28740089 编写于 作者: Z zhangxingxia

update statfs apis

Signed-off-by: Nzhangxingxia <zhangxingxia1@huawei.com>
上级 b183de11
......@@ -64,7 +64,7 @@ getFreeBytes(path:string, callback:AsyncCallback&lt;number&gt;): void
- 示例:
```
statfs.getFreeBytes(path,function(err,number){
statfs.getFreeBytes(path, function(err, number){
//do something
});
```
......@@ -109,7 +109,7 @@ getTotalBytes(path:string, callback:AsyncCallback&lt;number&gt;): void
- 示例:
```
statfs.getTotalBytes(path,function(err, number){
statfs.getTotalBytes(path, function(err, number){
//do something
});
```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册