未验证 提交 720c8a85 编写于 作者: O openharmony_ci 提交者: Gitee

!11405 修复链接跳转问题

Merge pull request !11405 from maoziduanl/master
......@@ -1284,7 +1284,7 @@ getRawFd(path: string, callback: AsyncCallback<RawFileDescriptor>): void
| 参数名 | 类型 | 必填 | 说明 |
| -------- | ---------------------------------------- | ---- | -------------------------------- |
| path | string | 是 | rawfile文件路径 |
| callback | AsyncCallback<[getRawFd](#getrawfd9)> | 是 | 异步回调,用于返回获取的rawfile文件的descriptor |
| callback | AsyncCallback<[RawFileDescriptor](#rawfiledescriptor8)> | 是 | 异步回调,用于返回获取的rawfile文件的descriptor |
以下错误码的详细介绍请参见[资源管理错误码](../errorcodes/errorcode-resource-manager.md)
......@@ -1325,7 +1325,7 @@ getRawFd(path: string): Promise<RawFileDescriptor>
**返回值:**
| 类型 | 说明 |
| ---------------------------------------- | ------------------- |
| Promise<[getRawFd](#getrawfd9-1)> | rawfile文件descriptor |
| Promise<[RawFileDescriptor](#rawfiledescriptor8)> | rawfile文件descriptor |
以下错误码的详细介绍请参见[资源管理错误码](../errorcodes/errorcode-resource-manager.md)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册