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.ts1373 copy(sourceUri: string, destUri: string, force?: boolean): Promise<Array<CopyResult>>; method
1386 copy(sourceUri: string, destUri: string, callback: AsyncCallback<Array<CopyResult>>): void; method
1400copy(sourceUri: string, destUri: string, force: boolean, callback: AsyncCallback<Array<CopyResult>… method
D@ohos.matrix4.d.ts352 copy(): Matrix4Transit; method