Home
last modified time | relevance | path

Searched refs:normalizeEndingSlash (Results 1 – 3 of 3) sorted by relevance

/expo/packages/expo-file-system/build/
H A DFileSystem.js10 function normalizeEndingSlash(p) { function
21 export const documentDirectory = normalizeEndingSlash(ExponentFileSystem.documentDirectory);
27 export const cacheDirectory = normalizeEndingSlash(ExponentFileSystem.cacheDirectory);
H A DFileSystem.js.map1normalizeEndingSlash(p: string | null): string | null {\n if (p != null) {\n return p.replace(…
/expo/packages/expo-file-system/src/
H A DFileSystem.ts36 function normalizeEndingSlash(p: string | null): string | null { function
48 export const documentDirectory = normalizeEndingSlash(ExponentFileSystem.documentDirectory);
55 export const cacheDirectory = normalizeEndingSlash(ExponentFileSystem.cacheDirectory);