Home
last modified time | relevance | path

Searched refs:WritingOptions (Results 1 – 12 of 12) sorted by relevance

/expo/packages/expo-file-system/build/
H A DFileSystem.d.ts1 …lt, FileSystemUploadOptions, FileSystemUploadResult, ReadingOptions, WritingOptions, DeletingOptio…
55 …tion writeAsStringAsync(fileUri: string, contents: string, options?: WritingOptions): Promise<void…
H A DFileSystem.types.d.ts240 export type WritingOptions = { alias
H A DFileSystem.types.js.map1 …`position` is defined.\n */\n length?: number;\n};\n\nexport type WritingOptions = {\n /**\n …
H A DFileSystem.js.map1WritingOptions,\n DeletingOptions,\n InfoOptions,\n RelocatingOptions,\n MakeDirectoryOptions,…
/expo/packages/expo-file-system/src/
H A DFileSystem.types.ts267 export type WritingOptions = { alias
H A DFileSystem.ts21 WritingOptions,
128 options: WritingOptions = {}
/expo/packages/expo-file-system/ios/
H A DFileSystemRecords.swift16 struct WritingOptions: Record { struct
H A DFileSystemModule.swift61 AsyncFunction("writeAsStringAsync") { (url: URL, string: String, options: WritingOptions) in in definition()
/expo/packages/expo-file-system/android/src/main/java/expo/modules/filesystem/
H A DFileSystemRecords.kt66 data class WritingOptions( class
H A DFileSystemModule.kt205 … AsyncFunction("writeAsStringAsync") { uriStr: String, contents: String, options: WritingOptions -> in <lambda>()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/filesystem/
H A DFileSystemRecords.kt66 data class WritingOptions( dataClass
H A DFileSystemModule.kt205 … AsyncFunction("writeAsStringAsync") { uriStr: String, contents: String, options: WritingOptions -> in <lambda>()