Home
last modified time | relevance | path

Searched refs:ReadingOptions (Results 1 – 13 of 13) sorted by relevance

/expo/packages/expo-file-system/build/
H A DFileSystem.d.ts1 …yPermissionsResult, FileSystemUploadOptions, FileSystemUploadResult, ReadingOptions, WritingOption…
29 export declare function readAsStringAsync(fileUri: string, options?: ReadingOptions): Promise<strin…
H A DFileSystem.types.d.ts225 export type ReadingOptions = { alias
H A DFileSystem.types.js.map1 …mAcceptedUploadHttpMethod = 'POST' | 'PUT' | 'PATCH';\n\nexport type ReadingOptions = {\n /**\n …
H A DFileSystem.js.map1ReadingOptions,\n WritingOptions,\n DeletingOptions,\n InfoOptions,\n RelocatingOptions,\n Ma…
/expo/packages/expo-file-system/src/
H A DFileSystem.types.ts251 export type ReadingOptions = { alias
H A DFileSystem.ts20 ReadingOptions,
82 options: ReadingOptions = {}
/expo/packages/expo-file-system/ios/
H A DFileSystemRecords.swift10 struct ReadingOptions: Record { struct
H A DFileSystemHelpers.swift13 internal func readFileAsBase64(path: String, options: ReadingOptions) throws -> String { in readFileAsBase64()
H A DFileSystemModule.swift48 AsyncFunction("readAsStringAsync") { (url: URL, options: ReadingOptions) -> String in in definition()
/expo/packages/expo-file-system/android/src/main/java/expo/modules/filesystem/
H A DFileSystemRecords.kt19 data class ReadingOptions( class
H A DFileSystemModule.kt174 AsyncFunction("readAsStringAsync") { uriStr: String, options: ReadingOptions -> in <lambda>()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/filesystem/
H A DFileSystemRecords.kt19 data class ReadingOptions( dataClass
H A DFileSystemModule.kt174 AsyncFunction("readAsStringAsync") { uriStr: String, options: ReadingOptions -> in <lambda>()