Searched refs:DeletingOptions (Results 1 – 14 of 14) sorted by relevance
| /expo/packages/expo-file-system/build/ |
| H A D | FileSystem.d.ts | 1 …loadOptions, FileSystemUploadResult, ReadingOptions, WritingOptions, DeletingOptions, InfoOptions,… 61 export declare function deleteAsync(fileUri: string, options?: DeletingOptions): Promise<void>;
|
| H A D | FileSystem.types.d.ts | 247 export type DeletingOptions = { alias
|
| H A D | FileSystem.types.js.map | 1 …/\n encoding?: EncodingType | 'utf8' | 'base64';\n};\n\nexport type DeletingOptions = {\n /**\n …
|
| H A D | FileSystem.js.map | 1 …DeletingOptions,\n InfoOptions,\n RelocatingOptions,\n MakeDirectoryOptions,\n} from './FileSys…
|
| /expo/packages/expo-file-system/src/ |
| H A D | FileSystem.types.ts | 275 export type DeletingOptions = { alias
|
| H A D | FileSystem.ts | 22 DeletingOptions, 141 export async function deleteAsync(fileUri: string, options: DeletingOptions = {}): Promise<void> {
|
| /expo/packages/expo-file-system/ios/ |
| H A D | FileSystemRecords.swift | 20 struct DeletingOptions: Record { struct
|
| H A D | FileSystemModule.swift | 76 AsyncFunction("deleteAsync") { (url: URL, options: DeletingOptions) in in definition()
|
| /expo/packages/expo-file-system/android/src/main/java/expo/modules/filesystem/ |
| H A D | FileSystemRecords.kt | 14 data class DeletingOptions( dataClass
|
| H A D | FileSystemModule.kt | 219 AsyncFunction("deleteAsync") { uriStr: String, options: DeletingOptions -> in <lambda>()
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/filesystem/ |
| H A D | FileSystemRecords.kt | 14 data class DeletingOptions( class
|
| H A D | FileSystemModule.kt | 219 AsyncFunction("deleteAsync") { uriStr: String, options: DeletingOptions -> in <lambda>()
|
| /expo/packages/expo-file-system/ |
| H A D | CHANGELOG.md | 100 - Extract nested object definitions to the separate types, which adds: `DeletingOptions`, `InfoOpti…
|
| /expo/ |
| H A D | CHANGELOG.md | 585 …- Extract nested object definitions to the separate types, which adds: `DeletingOptions`, `InfoOpt…
|