Home
last modified time | relevance | path

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

/third_party/typescript/src/harness/
DharnessIO.ts1371 const parentDirectory = IO.directoryName(dirName)!; // TODO: GH#18217 constant
1372 if (parentDirectory !== "" && parentDirectory !== dirName) {
1373 createDirectoryStructure(parentDirectory);
/third_party/typescript/src/compiler/
Dutilities.ts4501 const parentDirectory = getDirectoryPath(directoryPath); constant
4502 ensureDirectoriesExist(parentDirectory, createDirectory, directoryExists);
/third_party/typescript/lib/
Dtsc.js14752 var parentDirectory = ts.getDirectoryPath(directoryPath);
14753 ensureDirectoriesExist(parentDirectory, createDirectory, directoryExists);
DtypingsInstaller.js18779 var parentDirectory = ts.getDirectoryPath(directoryPath);
18780 ensureDirectoriesExist(parentDirectory, createDirectory, directoryExists);