Searched defs:normalizedPath (Results 1 – 2 of 2) sorted by relevance
337 const normalizedPath = ts.normalizePath(path).toLowerCase(); constant
151 int NormalizePath(char* normalizedPath, const char* path) { in NormalizePath()