Searched refs:parentDirectory (Results 1 – 4 of 4) sorted by relevance
1371 const parentDirectory = IO.directoryName(dirName)!; // TODO: GH#18217 constant1372 if (parentDirectory !== "" && parentDirectory !== dirName) {1373 createDirectoryStructure(parentDirectory);
4501 const parentDirectory = getDirectoryPath(directoryPath); constant4502 ensureDirectoriesExist(parentDirectory, createDirectory, directoryExists);
14752 var parentDirectory = ts.getDirectoryPath(directoryPath);14753 ensureDirectoriesExist(parentDirectory, createDirectory, directoryExists);
18779 var parentDirectory = ts.getDirectoryPath(directoryPath);18780 ensureDirectoriesExist(parentDirectory, createDirectory, directoryExists);