Searched refs:FileInfo (Results 1 – 6 of 6) sorted by relevance
| /expo/packages/expo-file-system/build/ |
| H A D | FileSystem.d.ts | 1 …mNetworkTaskProgressCallback, DownloadProgressData, UploadProgressData, FileInfo, FileSystemDownlo… 22 export declare function getInfoAsync(fileUri: string, options?: InfoOptions): Promise<FileInfo>;
|
| H A D | FileSystem.types.d.ts | 173 export type FileInfo = alias
|
| H A D | FileSystem.js.map | 1 …FileInfo,\n FileSystemAcceptedUploadHttpMethod,\n FileSystemDownloadResult,\n FileSystemRequest…
|
| H A D | FileSystem.types.js.map | 1 …n */\n resumeData?: string;\n};\n\n/* eslint-disable */\nexport type FileInfo =\n /**\n * Ob…
|
| /expo/packages/expo-file-system/src/ |
| H A D | FileSystem.types.ts | 194 export type FileInfo = alias
|
| H A D | FileSystem.ts | 11 FileInfo, 67 export async function getInfoAsync(fileUri: string, options: InfoOptions = {}): Promise<FileInfo> {
|