Home
last modified time | relevance | path

Searched refs:readDirectoryAsync (Results 1 – 24 of 24) sorted by relevance

/expo/packages/expo-file-system/build/
H A DFileSystem.js151 export async function readDirectoryAsync(fileUri) { function
152 if (!ExponentFileSystem.readDirectoryAsync) {
155 return await ExponentFileSystem.readDirectoryAsync(fileUri);
561 async function readDirectoryAsync(dirUri) { function
567 StorageAccessFramework.readDirectoryAsync = readDirectoryAsync;
H A DFileSystem.d.ts85 export declare function readDirectoryAsync(fileUri: string): Promise<string[]>;
324 function readDirectoryAsync(dirUri: string): Promise<string[]>;
H A Dtypes.d.ts15 readonly readDirectoryAsync?: PlatformMethod; property
H A Dtypes.js.map1 …thod;\n readonly makeDirectoryAsync?: PlatformMethod;\n readonly readDirectoryAsync?: PlatformMe…
H A DFileSystem.js.map1readDirectoryAsync(fileUri: string): Promise<string[]> {\n if (!ExponentFileSystem.readDirectoryA…
/expo/packages/expo-file-system/src/
H A DFileSystem.ts199 export async function readDirectoryAsync(fileUri: string): Promise<string[]> { function
200 if (!ExponentFileSystem.readDirectoryAsync) {
203 return await ExponentFileSystem.readDirectoryAsync(fileUri);
692 export async function readDirectoryAsync(dirUri: string): Promise<string[]> { function
H A Dtypes.ts16 readonly readDirectoryAsync?: PlatformMethod; property
/expo/apps/test-suite/tests/
H A DFileSystem.js37 await throws(() => FS.readDirectoryAsync(p + '../hello/world'));
39 await throws(() => FS.readDirectoryAsync(p + '../'));
404 await FS.readDirectoryAsync(FS.documentDirectory);
405 await FS.readDirectoryAsync(FS.cacheDirectory);
/expo/packages/jest-expo/src/preset/
H A Dsetup.js118 readDirectoryAsync: jest.fn(() => Promise.resolve()), property
/expo/apps/native-component-list/src/screens/Camera/
H A DGalleryScreen.tsx29 FileSystem.readDirectoryAsync(PHOTOS_DIR).then((photos) => {
/expo/apps/native-component-list/src/screens/
H A DFileSystemScreen.tsx251 return await StorageAccessFramework.readDirectoryAsync(this.state.permittedURI!);
297 return await FileSystem.readDirectoryAsync(outputDir);
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dfilesystem.mdx369 ### `FileSystem.readDirectoryAsync(fileUri)`
666 const files = await StorageAccessFramework.readDirectoryAsync(uri);
706 const migratedFiles = await FileSystem.readDirectoryAsync(outputDir);
756 ### `StorageAccessFramework.readDirectoryAsync(dirUri)`
833 | `readDirectoryAsync` | `file:///` …
/expo/docs/pages/versions/unversioned/sdk/
H A Dfilesystem.mdx240 | `readDirectoryAsync` | `file:///` …
/expo/docs/pages/versions/v49.0.0/sdk/
H A Dfilesystem.mdx240 | `readDirectoryAsync` | `file:///` …
/expo/docs/pages/versions/v48.0.0/sdk/
H A Dfilesystem.mdx240 | `readDirectoryAsync` | `file:///` …
/expo/docs/pages/versions/v47.0.0/sdk/
H A Dfilesystem.mdx253 | `readDirectoryAsync` | `file:///` …
/expo/packages/expo-file-system/
H A DCHANGELOG.md60 - Fixed hard crash on iOS when calling readDirectoryAsync. ([#23106](https://github.com/expo/expo/p…
/expo/packages/expo-file-system/ios/
H A DEXFileSystem.m502 EX_EXPORT_METHOD_AS(readDirectoryAsync, category
/expo/ios/versioned/sdk47/EXFileSystem/EXFileSystem/
H A DABI47_0_0EXFileSystem.m502 ABI47_0_0EX_EXPORT_METHOD_AS(readDirectoryAsync, category
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/filesystem/
H A DFileSystemModule.kt561 fun readDirectoryAsync(uriStr: String?, options: Map<String?, Any?>?, promise: Promise) { in readDirectoryAsync() method
/expo/ios/versioned/sdk49/EXFileSystem/EXFileSystem/
H A DABI49_0_0EXFileSystem.m502 ABI49_0_0EX_EXPORT_METHOD_AS(readDirectoryAsync, category
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/filesystem/
H A DFileSystemModule.kt561 fun readDirectoryAsync(uriStr: String?, options: Map<String?, Any?>?, promise: Promise) { in readDirectoryAsync() method
/expo/ios/versioned/sdk48/EXFileSystem/EXFileSystem/
H A DABI48_0_0EXFileSystem.m502 ABI48_0_0EX_EXPORT_METHOD_AS(readDirectoryAsync, category
/expo/
H A DCHANGELOG.md185 …- Fixed hard crash on iOS when calling readDirectoryAsync. ([#23106](https://github.com/expo/expo/…