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.ts114 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
1152 …const { onProgramCreateComplete, fileExists, directoryExists } = updateHostForUseSourceOfProjectRe… constant
Dtypes.ts7189 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
DvfsUtil.ts1209 directoryExists(path: string): boolean; method
DharnessIO.ts14 directoryExists(path: string): boolean; method
/third_party/typescript/src/testRunner/unittests/
DmoduleResolution.ts1470 directoryExists: _ => false constant
/third_party/typescript/lib/
Dtypescript.d.ts3344 directoryExists?(directoryName: string): boolean; method
4338 directoryExists?(directoryName: string): boolean; method
4345 directoryExists?(path: string): boolean; method
DtypescriptServices.d.ts3344 directoryExists?(directoryName: string): boolean; method
4338 directoryExists?(directoryName: string): boolean; method
4345 directoryExists?(path: string): boolean; method
Dtsserverlibrary.d.ts3344 directoryExists?(directoryName: string): boolean; method
4338 directoryExists?(directoryName: string): boolean; method
4345 directoryExists?(path: string): boolean; method
DtypingsInstaller.js7121 directoryExists: directoryExists, property
7488 function directoryExists(path) { function
18801 function ensureDirectoriesExist(directoryPath, createDirectory, directoryExists) { argument
18808 …eEnsuringDirectories(path, data, writeByteOrderMark, writeFile, createDirectory, directoryExists) { argument
120496 function directoryExists(dirPath) { function
120577 directoryExists: host.directoryExists(fileOrDirectoryPath) property
121008 function directoryExists(directoryPath) { function
121051directoryExists: function (directoryName) { return system.directoryExists(directoryName); }, method
121145 host.directoryExists = function (directory) { function
122103 directoryExists: directoryExists, property
[all …]
Dtsc.js4529 directoryExists: directoryExists, property
4853 function directoryExists(path) { function
14771 function ensureDirectoriesExist(directoryPath, createDirectory, directoryExists) { argument
14778 …eEnsuringDirectories(path, data, writeByteOrderMark, writeFile, createDirectory, directoryExists) { argument
99913 function directoryExists(dirPath) { function
99988 directoryExists: host.directoryExists(fileOrDirectoryPath) property
100363 function directoryExists(directoryPath) { function
100403directoryExists: function (directoryName) { return system.directoryExists(directoryName); }, method
100493 host.directoryExists = function (directory) { function
101330 directoryExists: directoryExists, property
[all …]
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts3344 directoryExists?(directoryName: string): boolean; method
4338 directoryExists?(directoryName: string): boolean; method
4345 directoryExists?(path: string): boolean; method
Dtsserverlibrary.d.ts3344 directoryExists?(directoryName: string): boolean; method
4338 directoryExists?(directoryName: string): boolean; method
4345 directoryExists?(path: string): boolean; method