Home
last modified time | relevance | path

Searched defs:getUriForDirectoryInRoot (Results 1 – 3 of 3) sorted by relevance

/expo/packages/expo-file-system/build/
H A DFileSystem.d.ts310 function getUriForDirectoryInRoot(folderName: string): string; function
H A DFileSystem.js538 function getUriForDirectoryInRoot(folderName) { function
/expo/packages/expo-file-system/src/
H A DFileSystem.ts663 export function getUriForDirectoryInRoot(folderName: string) { function