Home
last modified time | relevance | path

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

/third_party/typescript/src/harness/
DvirtualFileSystemWithWatch.ts1087 const realFullPath = combinePaths(dirFullPath, getBaseFileName(fullPath)); constant
1088 const fsEntry = this.fs.get(this.toPath(realFullPath))!;
1094 return fsEntry?.fullPath || realFullPath;