Searched refs:normalizeEndingSlash (Results 1 – 3 of 3) sorted by relevance
10 function normalizeEndingSlash(p) { function21 export const documentDirectory = normalizeEndingSlash(ExponentFileSystem.documentDirectory);27 export const cacheDirectory = normalizeEndingSlash(ExponentFileSystem.cacheDirectory);
1 …normalizeEndingSlash(p: string | null): string | null {\n if (p != null) {\n return p.replace(…
36 function normalizeEndingSlash(p: string | null): string | null { function48 export const documentDirectory = normalizeEndingSlash(ExponentFileSystem.documentDirectory);55 export const cacheDirectory = normalizeEndingSlash(ExponentFileSystem.cacheDirectory);