Searched refs:InfoOptions (Results 1 – 14 of 14) sorted by relevance
| /expo/packages/expo-file-system/build/ |
| H A D | FileSystem.d.ts | 1 …leSystemUploadResult, ReadingOptions, WritingOptions, DeletingOptions, InfoOptions, RelocatingOpti… 22 export declare function getInfoAsync(fileUri: string, options?: InfoOptions): Promise<FileInfo>;
|
| H A D | FileSystem.types.d.ts | 254 export type InfoOptions = { alias
|
| H A D | FileSystem.types.js.map | 1 … * @default false\n */\n idempotent?: boolean;\n};\n\nexport type InfoOptions = {\n /**\n …
|
| H A D | FileSystem.js.map | 1 …InfoOptions,\n RelocatingOptions,\n MakeDirectoryOptions,\n} from './FileSystem.types';\n\nif (!…
|
| /expo/packages/expo-file-system/src/ |
| H A D | FileSystem.types.ts | 283 export type InfoOptions = { alias
|
| H A D | FileSystem.ts | 23 InfoOptions, 67 export async function getInfoAsync(fileUri: string, options: InfoOptions = {}): Promise<FileInfo> {
|
| /expo/packages/expo-file-system/ios/ |
| H A D | FileSystemRecords.swift | 5 struct InfoOptions: Record { struct
|
| H A D | FileSystemModule.swift | 37 AsyncFunction("getInfoAsync") { (url: URL, options: InfoOptions, promise: Promise) in in definition()
|
| /expo/packages/expo-file-system/android/src/main/java/expo/modules/filesystem/ |
| H A D | FileSystemRecords.kt | 7 data class InfoOptions( dataClass
|
| H A D | FileSystemModule.kt | 114 AsyncFunction("getInfoAsync") { _uriStr: String, options: InfoOptions -> in <lambda>()
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/filesystem/ |
| H A D | FileSystemRecords.kt | 7 data class InfoOptions( dataClass
|
| H A D | FileSystemModule.kt | 114 AsyncFunction("getInfoAsync") { _uriStr: String, options: InfoOptions -> in <lambda>()
|
| /expo/packages/expo-file-system/ |
| H A D | CHANGELOG.md | 100 …ect definitions to the separate types, which adds: `DeletingOptions`, `InfoOptions`, `RelocatingOp…
|
| /expo/ |
| H A D | CHANGELOG.md | 585 …ect definitions to the separate types, which adds: `DeletingOptions`, `InfoOptions`, `RelocatingOp…
|