Searched defs:getInfoAsync (Results 1 – 13 of 13) sorted by relevance
| /expo/packages/expo-file-system/build/ |
| H A D | FileSystem.d.ts | 22 export declare function getInfoAsync(fileUri: string, options?: InfoOptions): Promise<FileInfo>; function
|
| H A D | types.d.ts | 8 readonly getInfoAsync?: PlatformMethod; property
|
| H A D | FileSystem.js | 37 export async function getInfoAsync(fileUri, options = {}) { function
|
| /expo/tools/src/ |
| H A D | Workspace.ts | 27 export async function getInfoAsync(): Promise<WorkspacesInfo> { 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
|
| /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/packages/expo-file-system/ios/ |
| H A D | EXFileSystem.m | 176 EX_EXPORT_METHOD_AS(getInfoAsync, category
|
| /expo/ios/versioned/sdk47/EXFileSystem/EXFileSystem/ |
| H A D | ABI47_0_0EXFileSystem.m | 176 ABI47_0_0EX_EXPORT_METHOD_AS(getInfoAsync, category
|
| /expo/ios/versioned/sdk49/EXFileSystem/EXFileSystem/ |
| H A D | ABI49_0_0EXFileSystem.m | 176 ABI49_0_0EX_EXPORT_METHOD_AS(getInfoAsync, category
|
| /expo/ios/versioned/sdk48/EXFileSystem/EXFileSystem/ |
| H A D | ABI48_0_0EXFileSystem.m | 176 ABI48_0_0EX_EXPORT_METHOD_AS(getInfoAsync, category
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/filesystem/ |
| H A D | FileSystemModule.kt | 217 fun getInfoAsync(_uriStr: String, options: Map<String?, Any?>, promise: Promise) { in getInfoAsync() method
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/filesystem/ |
| H A D | FileSystemModule.kt | 217 fun getInfoAsync(_uriStr: String, options: Map<String?, Any?>, promise: Promise) { in getInfoAsync() method
|