Home
last modified time | relevance | path

Searched refs:FileSystemDownloadResult (Results 1 – 6 of 6) sorted by relevance

/expo/packages/expo-file-system/build/
H A DFileSystem.d.ts1 …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 DFileSystem.types.d.ts59 export type FileSystemDownloadResult = FileSystemHttpResult & { alias
72 export type DownloadResult = FileSystemDownloadResult;
H A DFileSystem.types.js.map1FileSystemDownloadResult = FileSystemHttpResult & {\n /**\n * A `file://` URI pointing to the f…
H A DFileSystem.js.map1FileSystemDownloadResult,\n FileSystemRequestDirectoryPermissionsResult,\n FileSystemSessionType…
/expo/packages/expo-file-system/src/
H A DFileSystem.types.ts65 export type FileSystemDownloadResult = FileSystemHttpResult & { alias
79 export type DownloadResult = FileSystemDownloadResult;
H A DFileSystem.ts13 FileSystemDownloadResult,
255 ): Promise<FileSystemDownloadResult> {
485 async downloadAsync(): Promise<FileSystemDownloadResult | undefined> {
536 async resumeAsync(): Promise<FileSystemDownloadResult | undefined> {