Home
last modified time | relevance | path

Searched refs:normalizedPath (Results 1 – 5 of 5) sorted by relevance

/third_party/typescript/src/server/
DutilitiesPublic.ts66 …export function normalizedPathToPath(normalizedPath: NormalizedPath, currentDirectory: string, get…
67 …const f = isRootedDiskPath(normalizedPath) ? normalizedPath : getNormalizedAbsolutePath(normalized…
/third_party/typescript/src/loggedIO/
DloggedIO.ts335 const normalizedPath = ts.normalizePath(path).toLowerCase(); constant
337 if (ts.normalizeSlashes(directory.path).toLowerCase() === normalizedPath) {
/third_party/node/test/common/
Dwpt.js231 const normalizedPath = path.normalize(key);
232 this.exactMatch[normalizedPath] = new StatusRule(key, rules[key]);
/third_party/typescript/lib/
Dtsserverlibrary.d.ts7493 …function normalizedPathToPath(normalizedPath: NormalizedPath, currentDirectory: string, getCanonic…
/third_party/typescript/tests/baselines/reference/api/
Dtsserverlibrary.d.ts7493 …function normalizedPathToPath(normalizedPath: NormalizedPath, currentDirectory: string, getCanonic…