Home
last modified time | relevance | path

Searched defs:convertToRelativePath (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/src/compiler/
Dpath.ts929 export function convertToRelativePath(absoluteOrRelativePath: string, basePath: string, getCanonica… function
Dprogram.ts468 …const relativeFileName = host ? convertToRelativePath(file.fileName, host.getCurrentDirectory(), f… constant
/third_party/typescript/lib/
Dtsc.js7041 function convertToRelativePath(absoluteOrRelativePath, basePath, getCanonicalFileName) { function