Home
last modified time | relevance | path

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

/third_party/typescript/tests/baselines/reference/
DAPISample_WatchWithOwnWatchHost.js87 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/compiler/
DwatchUtilities.ts11 directoryExists?(path: string): boolean; method
22 directoryExists: boolean; property
166 function directoryExists(dirPath: string): boolean { function
DwatchPublic.ts99 directoryExists?(path: string): boolean; method
Dsys.ts1349 directoryExists(path: string): boolean; method
1892 function directoryExists(path: string): boolean { function
DmoduleNameResolver.ts434 const directoryExists = directoryProbablyExists(candidateDirectory, host); constant
1888 const directoryExists = directoryProbablyExists(packageDirectory, host); constant
Dprogram.ts155 directoryExists?(directory: string): boolean; method
1150 …const { onProgramCreateComplete, fileExists, directoryExists } = updateHostForUseSourceOfProjectRe… constant
Dtypes.ts7153 directoryExists?(directoryName: string): boolean; method
/third_party/typescript/src/services/
Dshims.ts87 directoryExists(directoryName: string): boolean; method
92 directoryExists(directoryName: string): boolean; method
355 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.ts5 directoryExists = "directoryExists", enumerator
/third_party/typescript/src/harness/
DharnessLanguageService.ts184 public directoryExists(path: string) { method in Harness.LanguageService.LanguageServiceAdapterHost
DharnessIO.ts14 directoryExists(path: string): boolean; method
DvfsUtil.ts1209 directoryExists(path: string): boolean; method
/third_party/typescript/src/testRunner/unittests/
DmoduleResolution.ts1470 directoryExists: _ => false constant
/third_party/typescript/lib/
Dtypescript.d.ts3316 directoryExists?(directoryName: string): boolean; method
4308 directoryExists?(directoryName: string): boolean; method
4315 directoryExists?(path: string): boolean; method
DtypescriptServices.d.ts3316 directoryExists?(directoryName: string): boolean; method
4308 directoryExists?(directoryName: string): boolean; method
4315 directoryExists?(path: string): boolean; method
Dtsserverlibrary.d.ts3316 directoryExists?(directoryName: string): boolean; method
4308 directoryExists?(directoryName: string): boolean; method
4315 directoryExists?(path: string): boolean; method
DtypingsInstaller.js7118 directoryExists: directoryExists, property
7485 function directoryExists(path) { function
18767 function ensureDirectoriesExist(directoryPath, createDirectory, directoryExists) { argument
18774 …eEnsuringDirectories(path, data, writeByteOrderMark, writeFile, createDirectory, directoryExists) { argument
120196 function directoryExists(dirPath) { function
120277 directoryExists: host.directoryExists(fileOrDirectoryPath) property
120708 function directoryExists(directoryPath) { function
120751directoryExists: function (directoryName) { return system.directoryExists(directoryName); }, method
120845 host.directoryExists = function (directory) { function
121799 directoryExists: directoryExists, property
[all …]
Dtsc.js4529 directoryExists: directoryExists, property
4853 function directoryExists(path) { function
14740 function ensureDirectoriesExist(directoryPath, createDirectory, directoryExists) { argument
14747 …eEnsuringDirectories(path, data, writeByteOrderMark, writeFile, createDirectory, directoryExists) { argument
99637 function directoryExists(dirPath) { function
99712 directoryExists: host.directoryExists(fileOrDirectoryPath) property
100087 function directoryExists(directoryPath) { function
100127directoryExists: function (directoryName) { return system.directoryExists(directoryName); }, method
100217 host.directoryExists = function (directory) { function
101050 directoryExists: directoryExists, property
[all …]
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts3316 directoryExists?(directoryName: string): boolean; method
4308 directoryExists?(directoryName: string): boolean; method
4315 directoryExists?(path: string): boolean; method
Dtsserverlibrary.d.ts3316 directoryExists?(directoryName: string): boolean; method
4308 directoryExists?(directoryName: string): boolean; method
4315 directoryExists?(path: string): boolean; method