Home
last modified time | relevance | path

Searched refs:deleteLegacyDocumentDirectoryAndroid (Results 1 – 4 of 4) sorted by relevance

/expo/packages/expo-file-system/build/
H A DFileSystem.d.ts62 export declare function deleteLegacyDocumentDirectoryAndroid(): Promise<void>;
H A DFileSystem.js107 export async function deleteLegacyDocumentDirectoryAndroid() { function
H A DFileSystem.js.map1 …eleteAsync(fileUri, options);\n}\n\nexport async function deleteLegacyDocumentDirectoryAndroid(): …
/expo/packages/expo-file-system/src/
H A DFileSystem.ts148 export async function deleteLegacyDocumentDirectoryAndroid(): Promise<void> { function