Home
last modified time | relevance | path

Searched refs:moveAsync (Results 1 – 22 of 22) sorted by relevance

/expo/packages/expo-file-system/build/
H A DFileSystem.d.ts67 export declare function moveAsync(options: RelocatingOptions): Promise<void>;
355 const moveAsync: typeof import("./FileSystem").moveAsync;
H A DFileSystem.js118 export async function moveAsync(options) { function
119 if (!ExponentFileSystem.moveAsync) {
122 return await ExponentFileSystem.moveAsync(options);
447 const baseMoveAsync = moveAsync;
610 StorageAccessFramework.moveAsync = baseMoveAsync;
H A Dtypes.d.ts12 readonly moveAsync?: PlatformMethod; property
H A Dtypes.js.map1 …: PlatformMethod;\n readonly deleteAsync?: PlatformMethod;\n readonly moveAsync?: PlatformMethod…
H A DFileSystem.js.map1moveAsync(options: RelocatingOptions): Promise<void> {\n if (!ExponentFileSystem.moveAsync) {\n …
/expo/packages/expo-file-system/src/
H A DFileSystem.ts160 export async function moveAsync(options: RelocatingOptions): Promise<void> { function
161 if (!ExponentFileSystem.moveAsync) {
164 return await ExponentFileSystem.moveAsync(options);
572 const baseMoveAsync = moveAsync;
751 export const moveAsync = baseMoveAsync; constant
H A Dtypes.ts13 readonly moveAsync?: PlatformMethod; property
/expo/apps/test-suite/tests/
H A DFileSystem.js32 await throws(() => FS.moveAsync({ from: p + '../a/b', to: 'c' }));
33 await throws(() => FS.moveAsync({ from: 'c', to: p + '../a/b' }));
171 await FS.moveAsync({ from, to });
397 await throws(() => FS.moveAsync({ from: p }));
398 await throws(() => FS.moveAsync({ to: p }));
/expo/packages/jest-expo/src/preset/
H A Dsetup.js115 moveAsync: jest.fn(() => Promise.resolve()), property
/expo/apps/native-component-list/src/screens/Camera/
H A DCameraScreen.tsx182 await FileSystem.moveAsync({
199 await FileSystem.moveAsync({
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dfilesystem.mdx333 ### `FileSystem.moveAsync(options)`
700 await StorageAccessFramework.moveAsync({
810 ### `StorageAccessFramework.moveAsync(options)`
812 Alias to [FileSystem.moveAsync(options)](#filesystemmoveasyncoptions)
830 | `moveAsync` | Source:<br/>`file:///`,<br/>[SAF URI](#saf-uri)<br/><br/>Destination:…
/expo/apps/native-component-list/src/screens/
H A DFileSystemScreen.tsx301 await StorageAccessFramework.moveAsync({
/expo/docs/pages/versions/unversioned/sdk/
H A Dfilesystem.mdx237 | `moveAsync` | Source:<br/>`file:///`,<br/>[SAF URI](#saf-uri)<br/><br/>Destination:…
/expo/docs/pages/versions/v49.0.0/sdk/
H A Dfilesystem.mdx237 | `moveAsync` | Source:<br/>`file:///`,<br/>[SAF URI](#saf-uri)<br/><br/>Destination:…
/expo/docs/pages/versions/v48.0.0/sdk/
H A Dfilesystem.mdx237 | `moveAsync` | Source:<br/>`file:///`,<br/>[SAF URI](#saf-uri)<br/><br/>Destination:…
/expo/docs/pages/versions/v47.0.0/sdk/
H A Dfilesystem.mdx250 | `moveAsync` | Source:<br/>`file:///`,<br/>[SAF URI](#saf-uri)<br/><br/>Destination:…
/expo/packages/expo-file-system/ios/
H A DEXFileSystem.m373 EX_EXPORT_METHOD_AS(moveAsync, category
/expo/ios/versioned/sdk47/EXFileSystem/EXFileSystem/
H A DABI47_0_0EXFileSystem.m373 ABI47_0_0EX_EXPORT_METHOD_AS(moveAsync, category
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/filesystem/
H A DFileSystemModule.kt397 fun moveAsync(options: Map<String?, Any?>, promise: Promise) { in moveAsync() method
/expo/ios/versioned/sdk49/EXFileSystem/EXFileSystem/
H A DABI49_0_0EXFileSystem.m373 ABI49_0_0EX_EXPORT_METHOD_AS(moveAsync, category
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/filesystem/
H A DFileSystemModule.kt397 fun moveAsync(options: Map<String?, Any?>, promise: Promise) { in moveAsync() method
/expo/ios/versioned/sdk48/EXFileSystem/EXFileSystem/
H A DABI48_0_0EXFileSystem.m373 ABI48_0_0EX_EXPORT_METHOD_AS(moveAsync, category