Home
last modified time | relevance | path

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

/expo/packages/expo-file-system/build/
H A DFileSystem.d.ts1 …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 DFileSystem.types.d.ts266 export type RelocatingOptions = { alias
H A DFileSystem.js.map1RelocatingOptions,\n MakeDirectoryOptions,\n} from './FileSystem.types';\n\nif (!ExponentFileSyst…
H A DFileSystem.types.js.map1 …r `file://` locations.\n */\n size?: boolean;\n};\n\nexport type RelocatingOptions = {\n /**\n…
/expo/packages/expo-file-system/src/
H A DFileSystem.types.ts296 export type RelocatingOptions = { alias
H A DFileSystem.ts24 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 DFileSystemRecords.swift24 struct RelocatingOptions: Record { struct
H A DFileSystemModule.swift83 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 DFileSystemRecords.kt48 data class RelocatingOptions( dataClass
H A DFileSystemModule.kt258 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 DFileSystemRecords.kt48 data class RelocatingOptions( dataClass
H A DFileSystemModule.kt258 AsyncFunction("moveAsync") { options: RelocatingOptions -> in <lambda>()
285 AsyncFunction("copyAsync") { options: RelocatingOptions -> in <lambda>()
/expo/packages/expo-file-system/
H A DCHANGELOG.md100 … the separate types, which adds: `DeletingOptions`, `InfoOptions`, `RelocatingOptions` and `MakeDi…
/expo/
H A DCHANGELOG.md585 … the separate types, which adds: `DeletingOptions`, `InfoOptions`, `RelocatingOptions` and `MakeDi…