| /expo/packages/expo-asset/src/__tests__/ |
| H A D | Asset-test.ts | 10 getInfoAsync: jest.fn(), 134 FileSystem.getInfoAsync.mockReturnValueOnce({ exists: false }); 155 FileSystem.getInfoAsync.mockReturnValueOnce({ exists: false }); 180 FileSystem.getInfoAsync.mockReturnValueOnce({ 195 FileSystem.getInfoAsync.mockReturnValue({ exists: false }); 199 expect(FileSystem.getInfoAsync).toHaveBeenCalledTimes(1);
|
| /expo/apps/test-suite/tests/ |
| H A D | FileSystem.js | 54 const { exists } = await FS.getInfoAsync(localUri); 147 const { exists } = await FS.getInfoAsync(localUri); 173 const { exists } = await FS.getInfoAsync(from); 193 const { exists } = await FS.getInfoAsync(from); 292 const info = await FS.getInfoAsync(dir); 386 const { size, modificationTime } = await FS.getInfoAsync(localUri); 412 const { exists } = await FS.getInfoAsync(localUri); 441 const { exists } = await FS.getInfoAsync(localUri); 486 const dirInfo = await FS.getInfoAsync(folderUri); 492 const newDirInfo = await FS.getInfoAsync(folderUri);
|
| H A D | SQLite.ts | 69 const { exists } = await FS.getInfoAsync(`${FS.documentDirectory}SQLite/test.db`); 179 const { exists } = await FS.getInfoAsync(`${FS.documentDirectory}SQLite/test.db`); 185 const { exists } = await FS.getInfoAsync(`${FS.documentDirectory}SQLite/test.db`); 281 const { exists } = await FS.getInfoAsync(`${FS.documentDirectory}SQLite/test.db`); 598 let fileInfo = await FS.getInfoAsync(`${FS.documentDirectory}SQLite/test.db`); 603 fileInfo = await FS.getInfoAsync(`${FS.documentDirectory}SQLite/test.db`);
|
| H A D | Asset.js | 57 } = await FileSystem.getInfoAsync(asset.localUri, {
|
| H A D | ImageManipulator.js | 114 const imageInfo = await FileSystem.getInfoAsync(image.localUri); 115 const resultInfo = await FileSystem.getInfoAsync(result.uri);
|
| H A D | SMSCommon.js | 5 const { exists } = await FS.getInfoAsync(testFile.localUri);
|
| /expo/tools/src/ |
| H A D | Workspace.ts | 27 export async function getInfoAsync(): Promise<WorkspacesInfo> { function 54 const projectLocations = Object.values(await getInfoAsync()).map(
|
| /expo/docs/public/static/examples/v47.0.0/filesystem/ |
| H A D | gifManagement.ts | 14 const dirInfo = await FileSystem.getInfoAsync(gifDir); 43 const fileInfo = await FileSystem.getInfoAsync(fileUri);
|
| /expo/docs/public/static/examples/v46.0.0/filesystem/ |
| H A D | gifManagement.ts | 14 const dirInfo = await FileSystem.getInfoAsync(gifDir); 43 const fileInfo = await FileSystem.getInfoAsync(fileUri);
|
| /expo/docs/public/static/examples/unversioned/filesystem/ |
| H A D | gifManagement.ts | 14 const dirInfo = await FileSystem.getInfoAsync(gifDir); 43 const fileInfo = await FileSystem.getInfoAsync(fileUri);
|
| /expo/docs/public/static/examples/v49.0.0/filesystem/ |
| H A D | gifManagement.ts | 14 const dirInfo = await FileSystem.getInfoAsync(gifDir); 43 const fileInfo = await FileSystem.getInfoAsync(fileUri);
|
| /expo/docs/public/static/examples/v48.0.0/filesystem/ |
| H A D | gifManagement.ts | 14 const dirInfo = await FileSystem.getInfoAsync(gifDir); 43 const fileInfo = await FileSystem.getInfoAsync(fileUri);
|
| /expo/packages/expo-file-system/build/ |
| H A D | types.d.ts | 8 readonly getInfoAsync?: PlatformMethod; property
|
| H A D | FileSystem.js | 37 export async function getInfoAsync(fileUri, options = {}) { function 38 if (!ExponentFileSystem.getInfoAsync) { 41 return await ExponentFileSystem.getInfoAsync(fileUri, options);
|
| H A D | types.js.map | 1 …tring | null;\n readonly bundleDirectory: string | null;\n readonly getInfoAsync?: PlatformMetho…
|
| H A D | FileSystem.d.ts | 22 export declare function getInfoAsync(fileUri: string, options?: InfoOptions): Promise<FileInfo>; function
|
| /expo/packages/expo-file-system/src/ |
| H A D | types.ts | 9 readonly getInfoAsync?: PlatformMethod; property
|
| H A D | FileSystem.ts | 67 export async function getInfoAsync(fileUri: string, options: InfoOptions = {}): Promise<FileInfo> { function 68 if (!ExponentFileSystem.getInfoAsync) { 71 return await ExponentFileSystem.getInfoAsync(fileUri, options);
|
| /expo/packages/expo-asset/src/ |
| H A D | PlatformUtils.ts | 62 const fileInfo = await FileSystem.getInfoAsync(localUri, {
|
| /expo/packages/expo-asset/build/ |
| H A D | PlatformUtils.js | 48 const fileInfo = await FileSystem.getInfoAsync(localUri, {
|
| /expo/tools/src/publish-packages/tasks/ |
| H A D | updateWorkspaceProjects.ts | 25 const workspaceInfo = await Workspace.getInfoAsync();
|
| /expo/packages/jest-expo/src/preset/ |
| H A D | setup.js | 111 getInfoAsync: jest.fn(() => Promise.resolve({ exists: true, md5: 'md5', uri: 'uri' })), property
|
| /expo/docs/pages/versions/unversioned/sdk/ |
| H A D | filesystem.mdx | 123 const dirInfo = await FileSystem.getInfoAsync(gifDir); 148 const fileInfo = await FileSystem.getInfoAsync(fileUri); 233 | `getInfoAsync` | `file:///`,<br/>`content://`,<br/>`asset://`,<br/>no scheme …
|
| /expo/docs/pages/versions/v49.0.0/sdk/ |
| H A D | filesystem.mdx | 123 const dirInfo = await FileSystem.getInfoAsync(gifDir); 148 const fileInfo = await FileSystem.getInfoAsync(fileUri); 233 | `getInfoAsync` | `file:///`,<br/>`content://`,<br/>`asset://`,<br/>no scheme …
|
| /expo/docs/pages/versions/v48.0.0/sdk/ |
| H A D | filesystem.mdx | 123 const dirInfo = await FileSystem.getInfoAsync(gifDir); 148 const fileInfo = await FileSystem.getInfoAsync(fileUri); 233 | `getInfoAsync` | `file:///`,<br/>`content://`,<br/>`asset://`,<br/>no scheme …
|