Home
last modified time | relevance | path

Searched refs:getFreeDiskStorageAsync (Results 1 – 16 of 16) sorted by relevance

/expo/packages/expo-file-system/build/
H A Dtypes.d.ts21 readonly getFreeDiskStorageAsync?: PlatformMethod; property
H A DFileSystem.js162 export async function getFreeDiskStorageAsync() { function
163 if (!ExponentFileSystem.getFreeDiskStorageAsync) {
166 return await ExponentFileSystem.getFreeDiskStorageAsync();
H A Dtypes.js.map1 …od;\n readonly getContentUriAsync?: PlatformMethod;\n readonly getFreeDiskStorageAsync?: Platfor…
H A DFileSystem.d.ts91 export declare function getFreeDiskStorageAsync(): Promise<number>;
H A DFileSystem.js.map1getFreeDiskStorageAsync(): Promise<number> {\n if (!ExponentFileSystem.getFreeDiskStorageAsync) {…
/expo/packages/expo-file-system/src/
H A Dtypes.ts22 readonly getFreeDiskStorageAsync?: PlatformMethod; property
H A DFileSystem.ts211 export async function getFreeDiskStorageAsync(): Promise<number> { function
212 if (!ExponentFileSystem.getFreeDiskStorageAsync) {
215 return await ExponentFileSystem.getFreeDiskStorageAsync();
/expo/apps/native-component-list/src/screens/
H A DFileSystemScreen.tsx235 const freeBytes = await FileSystem.getFreeDiskStorageAsync();
/expo/packages/expo-file-system/
H A DCHANGELOG.md207 - `getFreeDiskStorageAsync` now correctly reports free disk space on iOS. ([#14279](https://github.…
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dfilesystem.mdx605 ### `FileSystem.getFreeDiskStorageAsync()`
612 FileSystem.getFreeDiskStorageAsync().then(freeDiskStorage => {
/expo/packages/expo-file-system/ios/
H A DEXFileSystem.m775 EX_EXPORT_METHOD_AS(getFreeDiskStorageAsync, getFreeDiskStorageAsyncWithResolver:(EXPromiseResolveB… category
/expo/ios/versioned/sdk47/EXFileSystem/EXFileSystem/
H A DABI47_0_0EXFileSystem.m776 ABI47_0_0EX_EXPORT_METHOD_AS(getFreeDiskStorageAsync, getFreeDiskStorageAsyncWithResolver:(ABI47_0_… category
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/filesystem/
H A DFileSystemModule.kt608 fun getFreeDiskStorageAsync(promise: Promise) { in getFreeDiskStorageAsync() method
/expo/ios/versioned/sdk49/EXFileSystem/EXFileSystem/
H A DABI49_0_0EXFileSystem.m775 ABI49_0_0EX_EXPORT_METHOD_AS(getFreeDiskStorageAsync, getFreeDiskStorageAsyncWithResolver:(ABI49_0_… category
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/filesystem/
H A DFileSystemModule.kt608 fun getFreeDiskStorageAsync(promise: Promise) { in getFreeDiskStorageAsync() method
/expo/ios/versioned/sdk48/EXFileSystem/EXFileSystem/
H A DABI48_0_0EXFileSystem.m776 ABI48_0_0EX_EXPORT_METHOD_AS(getFreeDiskStorageAsync, getFreeDiskStorageAsyncWithResolver:(ABI48_0_… category