Searched refs:FileSystemDownloadResult (Results 1 – 6 of 6) sorted by relevance
| /expo/packages/expo-file-system/build/ |
| H A D | FileSystem.d.ts | 1 …ssCallback, DownloadProgressData, UploadProgressData, FileInfo, FileSystemDownloadResult, FileSyst… 119 …dAsync(uri: string, fileUri: string, options?: DownloadOptions): Promise<FileSystemDownloadResult>; 204 downloadAsync(): Promise<FileSystemDownloadResult | undefined>; 215 resumeAsync(): Promise<FileSystemDownloadResult | undefined>;
|
| H A D | FileSystem.types.d.ts | 59 export type FileSystemDownloadResult = FileSystemHttpResult & { alias 72 export type DownloadResult = FileSystemDownloadResult;
|
| H A D | FileSystem.types.js.map | 1 …FileSystemDownloadResult = FileSystemHttpResult & {\n /**\n * A `file://` URI pointing to the f…
|
| H A D | FileSystem.js.map | 1 …FileSystemDownloadResult,\n FileSystemRequestDirectoryPermissionsResult,\n FileSystemSessionType…
|
| /expo/packages/expo-file-system/src/ |
| H A D | FileSystem.types.ts | 65 export type FileSystemDownloadResult = FileSystemHttpResult & { alias 79 export type DownloadResult = FileSystemDownloadResult;
|
| H A D | FileSystem.ts | 13 FileSystemDownloadResult, 255 ): Promise<FileSystemDownloadResult> { 485 async downloadAsync(): Promise<FileSystemDownloadResult | undefined> { 536 async resumeAsync(): Promise<FileSystemDownloadResult | undefined> {
|