| /expo/packages/expo-file-system/build/ |
| H A D | FileSystem.d.ts | 67 export declare function moveAsync(options: RelocatingOptions): Promise<void>; 355 const moveAsync: typeof import("./FileSystem").moveAsync;
|
| H A D | FileSystem.js | 118 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 D | types.d.ts | 12 readonly moveAsync?: PlatformMethod; property
|
| H A D | types.js.map | 1 …: PlatformMethod;\n readonly deleteAsync?: PlatformMethod;\n readonly moveAsync?: PlatformMethod…
|
| H A D | FileSystem.js.map | 1 …moveAsync(options: RelocatingOptions): Promise<void> {\n if (!ExponentFileSystem.moveAsync) {\n …
|
| /expo/packages/expo-file-system/src/ |
| H A D | FileSystem.ts | 160 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 D | types.ts | 13 readonly moveAsync?: PlatformMethod; property
|
| /expo/apps/test-suite/tests/ |
| H A D | FileSystem.js | 32 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 D | setup.js | 115 moveAsync: jest.fn(() => Promise.resolve()), property
|
| /expo/apps/native-component-list/src/screens/Camera/ |
| H A D | CameraScreen.tsx | 182 await FileSystem.moveAsync({ 199 await FileSystem.moveAsync({
|
| /expo/docs/pages/versions/v46.0.0/sdk/ |
| H A D | filesystem.mdx | 333 ### `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 D | FileSystemScreen.tsx | 301 await StorageAccessFramework.moveAsync({
|
| /expo/docs/pages/versions/unversioned/sdk/ |
| H A D | filesystem.mdx | 237 | `moveAsync` | Source:<br/>`file:///`,<br/>[SAF URI](#saf-uri)<br/><br/>Destination:…
|
| /expo/docs/pages/versions/v49.0.0/sdk/ |
| H A D | filesystem.mdx | 237 | `moveAsync` | Source:<br/>`file:///`,<br/>[SAF URI](#saf-uri)<br/><br/>Destination:…
|
| /expo/docs/pages/versions/v48.0.0/sdk/ |
| H A D | filesystem.mdx | 237 | `moveAsync` | Source:<br/>`file:///`,<br/>[SAF URI](#saf-uri)<br/><br/>Destination:…
|
| /expo/docs/pages/versions/v47.0.0/sdk/ |
| H A D | filesystem.mdx | 250 | `moveAsync` | Source:<br/>`file:///`,<br/>[SAF URI](#saf-uri)<br/><br/>Destination:…
|
| /expo/packages/expo-file-system/ios/ |
| H A D | EXFileSystem.m | 373 EX_EXPORT_METHOD_AS(moveAsync, category
|
| /expo/ios/versioned/sdk47/EXFileSystem/EXFileSystem/ |
| H A D | ABI47_0_0EXFileSystem.m | 373 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 D | FileSystemModule.kt | 397 fun moveAsync(options: Map<String?, Any?>, promise: Promise) { in moveAsync() method
|
| /expo/ios/versioned/sdk49/EXFileSystem/EXFileSystem/ |
| H A D | ABI49_0_0EXFileSystem.m | 373 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 D | FileSystemModule.kt | 397 fun moveAsync(options: Map<String?, Any?>, promise: Promise) { in moveAsync() method
|
| /expo/ios/versioned/sdk48/EXFileSystem/EXFileSystem/ |
| H A D | ABI48_0_0EXFileSystem.m | 373 ABI48_0_0EX_EXPORT_METHOD_AS(moveAsync, category
|