Searched refs:stripLeadingDirectorySeparator (Results 1 – 7 of 7) sorted by relevance
6462 function stripLeadingDirectorySeparator(s: string): string | undefined { function6468 … return withoutPrefix === undefined ? undefined : stripLeadingDirectorySeparator(withoutPrefix);
19133 function stripLeadingDirectorySeparator(s) { function19138 … return withoutPrefix === undefined ? undefined : stripLeadingDirectorySeparator(withoutPrefix);
15131 function stripLeadingDirectorySeparator(s) { function15136 … return withoutPrefix === undefined ? undefined : stripLeadingDirectorySeparator(withoutPrefix);
19144 function stripLeadingDirectorySeparator(s) { function19149 … return withoutPrefix === undefined ? undefined : stripLeadingDirectorySeparator(withoutPrefix);
19338 function stripLeadingDirectorySeparator(s) { function19343 … return withoutPrefix === undefined ? undefined : stripLeadingDirectorySeparator(withoutPrefix);