Searched refs:RelocatingOptions (Results 1 – 14 of 14) sorted by relevance
| /expo/packages/expo-file-system/build/ |
| H A D | FileSystem.d.ts | 1 …sult, ReadingOptions, WritingOptions, DeletingOptions, InfoOptions, RelocatingOptions, MakeDirecto… 67 export declare function moveAsync(options: RelocatingOptions): Promise<void>; 73 export declare function copyAsync(options: RelocatingOptions): Promise<void>;
|
| H A D | FileSystem.types.d.ts | 266 export type RelocatingOptions = { alias
|
| H A D | FileSystem.js.map | 1 …RelocatingOptions,\n MakeDirectoryOptions,\n} from './FileSystem.types';\n\nif (!ExponentFileSyst…
|
| H A D | FileSystem.types.js.map | 1 …r `file://` locations.\n */\n size?: boolean;\n};\n\nexport type RelocatingOptions = {\n /**\n…
|
| /expo/packages/expo-file-system/src/ |
| H A D | FileSystem.types.ts | 296 export type RelocatingOptions = { alias
|
| H A D | FileSystem.ts | 24 RelocatingOptions, 160 export async function moveAsync(options: RelocatingOptions): Promise<void> { 172 export async function copyAsync(options: RelocatingOptions): Promise<void> {
|
| /expo/packages/expo-file-system/ios/ |
| H A D | FileSystemRecords.swift | 24 struct RelocatingOptions: Record { struct
|
| H A D | FileSystemModule.swift | 83 AsyncFunction("moveAsync") { (options: RelocatingOptions) in in definition() 99 AsyncFunction("copyAsync") { (options: RelocatingOptions, promise: Promise) in in definition()
|
| /expo/packages/expo-file-system/android/src/main/java/expo/modules/filesystem/ |
| H A D | FileSystemRecords.kt | 48 data class RelocatingOptions( dataClass
|
| H A D | FileSystemModule.kt | 258 AsyncFunction("moveAsync") { options: RelocatingOptions -> in <lambda>() 285 AsyncFunction("copyAsync") { options: RelocatingOptions -> in <lambda>()
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/filesystem/ |
| H A D | FileSystemRecords.kt | 48 data class RelocatingOptions( dataClass
|
| H A D | FileSystemModule.kt | 258 AsyncFunction("moveAsync") { options: RelocatingOptions -> in <lambda>() 285 AsyncFunction("copyAsync") { options: RelocatingOptions -> in <lambda>()
|
| /expo/packages/expo-file-system/ |
| H A D | CHANGELOG.md | 100 … the separate types, which adds: `DeletingOptions`, `InfoOptions`, `RelocatingOptions` and `MakeDi…
|
| /expo/ |
| H A D | CHANGELOG.md | 585 … the separate types, which adds: `DeletingOptions`, `InfoOptions`, `RelocatingOptions` and `MakeDi…
|