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);
4491 const parentDirectory = getDirectoryPath(directoryPath); constant4492 ensureDirectoriesExist(parentDirectory, createDirectory, directoryExists);
18769 var parentDirectory = ts.getDirectoryPath(directoryPath);18770 ensureDirectoriesExist(parentDirectory, createDirectory, directoryExists);
14742 var parentDirectory = ts.getDirectoryPath(directoryPath);14743 ensureDirectoriesExist(parentDirectory, createDirectory, directoryExists);