Home
last modified time | relevance | path

Searched defs:copy (Results 1 – 2 of 2) sorted by relevance

/interface/sdk-js/api/
D@ohos.file.fileAccess.d.ts1488 copy(sourceUri: string, destUri: string, force?: boolean): Promise<Array<CopyResult>>; method
1501 copy(sourceUri: string, destUri: string, callback: AsyncCallback<Array<CopyResult>>): void; method
1515copy(sourceUri: string, destUri: string, force: boolean, callback: AsyncCallback<Array<CopyResult>… method
D@ohos.matrix4.d.ts717 copy(): Matrix4Transit; method