Home
last modified time | relevance | path

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

/expo/packages/expo-file-system/build/
H A DFileSystem.d.ts1 … WritingOptions, DeletingOptions, InfoOptions, RelocatingOptions, MakeDirectoryOptions } from './F…
79 export declare function makeDirectoryAsync(fileUri: string, options?: MakeDirectoryOptions): Promis…
H A DFileSystem.types.d.ts276 export type MakeDirectoryOptions = { alias
H A DFileSystem.types.js.map1 …uld be its new location.\n */\n to: string;\n};\n\nexport type MakeDirectoryOptions = {\n /**\…
H A DFileSystem.js.map1MakeDirectoryOptions,\n} from './FileSystem.types';\n\nif (!ExponentFileSystem) {\n console.warn(…
/expo/packages/expo-file-system/src/
H A DFileSystem.types.ts307 export type MakeDirectoryOptions = { alias
H A DFileSystem.ts25 MakeDirectoryOptions,
186 options: MakeDirectoryOptions = {}
/expo/packages/expo-file-system/ios/
H A DFileSystemRecords.swift37 struct MakeDirectoryOptions: Record { struct
H A DFileSystemModule.swift114 AsyncFunction("makeDirectoryAsync") { (url: URL, options: MakeDirectoryOptions) in in definition()
/expo/packages/expo-file-system/android/src/main/java/expo/modules/filesystem/
H A DFileSystemRecords.kt43 data class MakeDirectoryOptions( dataClass
H A DFileSystemModule.kt336 AsyncFunction("makeDirectoryAsync") { uriStr: String, options: MakeDirectoryOptions -> in <lambda>()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/filesystem/
H A DFileSystemRecords.kt43 data class MakeDirectoryOptions( dataClass
H A DFileSystemModule.kt336 AsyncFunction("makeDirectoryAsync") { uriStr: String, options: MakeDirectoryOptions -> in <lambda>()
/expo/packages/expo-file-system/
H A DCHANGELOG.md100 … adds: `DeletingOptions`, `InfoOptions`, `RelocatingOptions` and `MakeDirectoryOptions` types. ([#…
/expo/
H A DCHANGELOG.md585 … adds: `DeletingOptions`, `InfoOptions`, `RelocatingOptions` and `MakeDirectoryOptions` types. ([#…