Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
Dprogram.ts4072 …return isSameFile(filePath, out) || isSameFile(filePath, removeFileExtension(out) + Extension.Dts);
4094 function isSameFile(file1: string, file2: string) { function
/third_party/typescript/lib/
DtypingsInstaller.js124201 …return isSameFile(filePath, out) || isSameFile(filePath, ts.removeFileExtension(out) + ".d.ts" /* …
124219 function isSameFile(file1, file2) { function
Dtsc.js103173 … return isSameFile(filePath, out) || isSameFile(filePath, ts.removeFileExtension(out) + ".d.ts");
103188 function isSameFile(file1, file2) { function