Home
last modified time | relevance | path

Searched refs:InfoOptions (Results 1 – 14 of 14) sorted by relevance

/expo/packages/expo-file-system/build/
H A DFileSystem.d.ts1 …leSystemUploadResult, ReadingOptions, WritingOptions, DeletingOptions, InfoOptions, RelocatingOpti…
22 export declare function getInfoAsync(fileUri: string, options?: InfoOptions): Promise<FileInfo>;
H A DFileSystem.types.d.ts254 export type InfoOptions = { alias
H A DFileSystem.types.js.map1 … * @default false\n */\n idempotent?: boolean;\n};\n\nexport type InfoOptions = {\n /**\n …
H A DFileSystem.js.map1InfoOptions,\n RelocatingOptions,\n MakeDirectoryOptions,\n} from './FileSystem.types';\n\nif (!…
/expo/packages/expo-file-system/src/
H A DFileSystem.types.ts283 export type InfoOptions = { alias
H A DFileSystem.ts23 InfoOptions,
67 export async function getInfoAsync(fileUri: string, options: InfoOptions = {}): Promise<FileInfo> {
/expo/packages/expo-file-system/ios/
H A DFileSystemRecords.swift5 struct InfoOptions: Record { struct
H A DFileSystemModule.swift37 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 DFileSystemRecords.kt7 data class InfoOptions( dataClass
H A DFileSystemModule.kt114 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 DFileSystemRecords.kt7 data class InfoOptions( dataClass
H A DFileSystemModule.kt114 AsyncFunction("getInfoAsync") { _uriStr: String, options: InfoOptions -> in <lambda>()
/expo/packages/expo-file-system/
H A DCHANGELOG.md100 …ect definitions to the separate types, which adds: `DeletingOptions`, `InfoOptions`, `RelocatingOp…
/expo/
H A DCHANGELOG.md585 …ect definitions to the separate types, which adds: `DeletingOptions`, `InfoOptions`, `RelocatingOp…