Home
last modified time | relevance | path

Searched defs:directoryExists (Results 1 – 25 of 26) sorted by relevance

12

/third_party/typescript/src/compiler/
DwatchUtilities.ts11 directoryExists?(path: string): boolean; method
22 directoryExists: boolean; property
147 function directoryExists(dirPath: string): boolean { function
Dsys.ts454 directoryExists(dir: string): boolean; method
791 directoryExists: System["directoryExists"]; property
1100 directoryExists(path: string): boolean; method
1746 function directoryExists(path: string): boolean { function
DwatchPublic.ts89 directoryExists?(path: string): boolean; method
DmoduleNameResolver.ts353 const directoryExists = directoryProbablyExists(candidateDirectory, host); constant
1182 … const directoryExists = !onlyRecordFailures && directoryProbablyExists(packageDirectory, host); constant
Dprogram.ts199 directoryExists?(directory: string): boolean; method
912 …const { onProgramCreateComplete, fileExists, directoryExists } = updateHostForUseSourceOfProjectRe… constant
Dtypes.ts6359 directoryExists?(directoryName: string): boolean; method
/third_party/typescript/tests/baselines/reference/
DAPISample_WatchWithOwnWatchHost.js86 directoryExists: ts.sys.directoryExists, property
Dparserharness.js2704 EmitterIOHost.prototype.directoryExists = function (s) { return false; }; method in EmitterIOHost
3055 directoryExists: function (path) { return true; }, method
/third_party/typescript/src/services/
Dshims.ts85 directoryExists(directoryName: string): boolean; method
90 directoryExists(directoryName: string): boolean; method
353 public directoryExists: ((directoryName: string) => boolean) | undefined; property in ts.LanguageServiceShimHostAdapter
/third_party/typescript/src/jsTyping/
DjsTyping.ts5 directoryExists(path: string): boolean; method
/third_party/typescript/src/testRunner/unittests/tsserver/
DcachingFileSystemInformation.ts9 directoryExists = "directoryExists", enumerator
/third_party/typescript/src/harness/
DharnessLanguageService.ts166 public directoryExists(path: string) { method in Harness.LanguageService.LanguageServiceAdapterHost
DharnessIO.ts14 directoryExists(path: string): boolean; method
DvfsUtil.ts1204 directoryExists(path: string): boolean; method
/third_party/typescript/src/testRunner/unittests/
DmoduleResolution.ts1412 directoryExists: _ => false constant
/third_party/typescript/lib/
Dtsc.js4318 directoryExists: directoryExists, property
4421 directoryExists: directoryExists, property
4444 directoryExists: directoryExists, property
4830 function directoryExists(path) { function
13559 function ensureDirectoriesExist(directoryPath, createDirectory, directoryExists) { argument
13566 …eEnsuringDirectories(path, data, writeByteOrderMark, writeFile, createDirectory, directoryExists) { argument
86741 function directoryExists(dirPath) { function
86797 directoryExists: host.directoryExists(fileOrDirectoryPath) property
87128 function directoryExists(directoryPath) { function
87196directoryExists: function (directoryName) { return system.directoryExists(directoryName); }, method
[all …]
DtypingsInstaller.js6904 directoryExists: directoryExists, property
7024 directoryExists: directoryExists, property
7047 directoryExists: directoryExists, property
7505 function directoryExists(path) { function
17376 function ensureDirectoriesExist(directoryPath, createDirectory, directoryExists) { argument
17383 …eEnsuringDirectories(path, data, writeByteOrderMark, writeFile, createDirectory, directoryExists) { argument
105702 function directoryExists(dirPath) { function
105763 directoryExists: host.directoryExists(fileOrDirectoryPath) property
106140 function directoryExists(directoryPath) { function
106212directoryExists: function (directoryName) { return system.directoryExists(directoryName); }, method
[all …]
Dtsserverlibrary.d.ts3030 directoryExists?(directoryName: string): boolean; method
3822 directoryExists?(directoryName: string): boolean; method
DtypescriptServices.d.ts3030 directoryExists?(directoryName: string): boolean; method
3822 directoryExists?(directoryName: string): boolean; method
Dtypescript.d.ts3030 directoryExists?(directoryName: string): boolean; method
3822 directoryExists?(directoryName: string): boolean; method
Dtypescript.js7109 directoryExists: directoryExists, property
7229 directoryExists: directoryExists, property
7252 directoryExists: directoryExists, property
7710 function directoryExists(path) { function
17581 function ensureDirectoriesExist(directoryPath, createDirectory, directoryExists) { argument
17588 …eEnsuringDirectories(path, data, writeByteOrderMark, writeFile, createDirectory, directoryExists) { argument
105907 function directoryExists(dirPath) { function
105968 directoryExists: host.directoryExists(fileOrDirectoryPath) property
106345 function directoryExists(directoryPath) { function
106417directoryExists: function (directoryName) { return system.directoryExists(directoryName); }, method
[all …]
DtypescriptServices.js7109 directoryExists: directoryExists, property
7229 directoryExists: directoryExists, property
7252 directoryExists: directoryExists, property
7710 function directoryExists(path) { function
17581 function ensureDirectoriesExist(directoryPath, createDirectory, directoryExists) { argument
17588 …eEnsuringDirectories(path, data, writeByteOrderMark, writeFile, createDirectory, directoryExists) { argument
105907 function directoryExists(dirPath) { function
105968 directoryExists: host.directoryExists(fileOrDirectoryPath) property
106345 function directoryExists(directoryPath) { function
106417directoryExists: function (directoryName) { return system.directoryExists(directoryName); }, method
[all …]
Dtsserverlibrary.js7109 directoryExists: directoryExists, property
7229 directoryExists: directoryExists, property
7252 directoryExists: directoryExists, property
7710 function directoryExists(path) { function
17581 function ensureDirectoriesExist(directoryPath, createDirectory, directoryExists) { argument
17588 …eEnsuringDirectories(path, data, writeByteOrderMark, writeFile, createDirectory, directoryExists) { argument
105907 function directoryExists(dirPath) { function
105968 directoryExists: host.directoryExists(fileOrDirectoryPath) property
106345 function directoryExists(directoryPath) { function
106417directoryExists: function (directoryName) { return system.directoryExists(directoryName); }, method
[all …]
/third_party/typescript/tests/baselines/reference/api/
Dtsserverlibrary.d.ts3067 directoryExists?(directoryName: string): boolean; method
3898 directoryExists?(directoryName: string): boolean; method
Dtypescript.d.ts3067 directoryExists?(directoryName: string): boolean; method
3898 directoryExists?(directoryName: string): boolean; method

12