Home
last modified time | relevance | path

Searched defs:getInfoAsync (Results 1 – 13 of 13) sorted by relevance

/expo/packages/expo-file-system/build/
H A DFileSystem.d.ts22 export declare function getInfoAsync(fileUri: string, options?: InfoOptions): Promise<FileInfo>; function
H A Dtypes.d.ts8 readonly getInfoAsync?: PlatformMethod; property
H A DFileSystem.js37 export async function getInfoAsync(fileUri, options = {}) { function
/expo/tools/src/
H A DWorkspace.ts27 export async function getInfoAsync(): Promise<WorkspacesInfo> { function
/expo/packages/expo-file-system/src/
H A Dtypes.ts9 readonly getInfoAsync?: PlatformMethod; property
H A DFileSystem.ts67 export async function getInfoAsync(fileUri: string, options: InfoOptions = {}): Promise<FileInfo> { function
/expo/packages/jest-expo/src/preset/
H A Dsetup.js111 getInfoAsync: jest.fn(() => Promise.resolve({ exists: true, md5: 'md5', uri: 'uri' })), property
/expo/packages/expo-file-system/ios/
H A DEXFileSystem.m176 EX_EXPORT_METHOD_AS(getInfoAsync, category
/expo/ios/versioned/sdk47/EXFileSystem/EXFileSystem/
H A DABI47_0_0EXFileSystem.m176 ABI47_0_0EX_EXPORT_METHOD_AS(getInfoAsync, category
/expo/ios/versioned/sdk49/EXFileSystem/EXFileSystem/
H A DABI49_0_0EXFileSystem.m176 ABI49_0_0EX_EXPORT_METHOD_AS(getInfoAsync, category
/expo/ios/versioned/sdk48/EXFileSystem/EXFileSystem/
H A DABI48_0_0EXFileSystem.m176 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 DFileSystemModule.kt217 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 DFileSystemModule.kt217 fun getInfoAsync(_uriStr: String, options: Map<String?, Any?>, promise: Promise) { in getInfoAsync() method