Home
last modified time | relevance | path

Searched defs:access (Results 1 – 3 of 3) sorted by relevance

/interface/sdk-js/api/
D@ohos.file.fileAccess.d.ts889 access(sourceFileUri: string) : Promise<boolean>; method
890 access(sourceFileUri: string, callback: AsyncCallback<boolean>) : void; method
D@ohos.fileio.d.ts107 declare function access(path: string, mode?: number): Promise<void>; function
D@ohos.file.fs.d.ts114 declare function access(path: string): Promise<boolean>; function