Home
last modified time | relevance | path

Searched defs:fileExists (Results 1 – 25 of 40) sorted by relevance

12

/third_party/node/deps/npm/node_modules/libnpx/
Dget-prefix.js41 function fileExists (f) { function
/third_party/node/test/parallel/
Dtest-fs-watchfile-bigint.js40 let fileExists = false; variable
Dtest-fs-watchfile.js55 let fileExists = false; variable
/third_party/typescript/src/testRunner/unittests/services/
DlanguageService.ts96 fileExists: path => files.has(path), constant
/third_party/typescript/src/compiler/
DwatchUtilities.ts7 fileExists(path: string): boolean; method
21 fileExists: boolean; property
140 function fileExists(fileName: string): boolean { function
Dsys.ts787 fileExists: System["fileExists"]; property
1099 fileExists(path: string): boolean; method
1742 function fileExists(path: string): boolean { function
DwatchPublic.ts81 fileExists(path: string): boolean; method
Dprogram.ts197 fileExists(fileName: string): boolean; method
912 …const { onProgramCreateComplete, fileExists, directoryExists } = updateHostForUseSourceOfProjectRe… constant
3932 fileExists(fileName: string): boolean; method
3957 fileExists(fileName: string): boolean; method
/third_party/typescript/tests/baselines/reference/
DAPISample_WatchWithOwnWatchHost.js84 fileExists: ts.sys.fileExists, property
Dparserharness.js2705 …EmitterIOHost.prototype.fileExists = function (s) { return typeof this.fileCollection[s] !== 'unde… method in EmitterIOHost
3056 fileExists: function (path) { return true; }, method
/third_party/typescript/src/services/
Dsourcemaps.ts16 fileExists?(path: string): boolean; method
Dshims.ts81 fileExists(path: string): boolean; method
91 fileExists(fileName: string): boolean; method
501 public fileExists(path: string): boolean { method in ts.LanguageServiceShimHostAdapter
Dservices.ts1406 function fileExists(fileName: string): boolean { function
/third_party/typescript/src/webServer/
DwebServer.ts8 fileExists(path: string): boolean; method
/third_party/node/deps/npm/test/tap/
Dbundled-dependencies.js74 function fileExists (file) { function
Dpack-files-and-ignores.js669 function fileExists (file) { function
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
DVulkanTester.cpp210 bool fileExists(const char *path) in fileExists() function
/third_party/typescript/src/harness/
DloggedIO.ts37 fileExists: { property
DvfsUtil.ts1205 fileExists(path: string): boolean; method
DharnessIO.ts13 fileExists(fileName: string): boolean; method
/third_party/typescript/src/jsTyping/
DjsTyping.ts6 fileExists(fileName: string): boolean; method
/third_party/typescript/src/testRunner/unittests/tsserver/
DcachingFileSystemInformation.ts8 fileExists = "fileExists", enumerator
/third_party/node/lib/internal/modules/esm/
Dresolve.js214 function fileExists(url) { function
/third_party/typescript/src/testRunner/unittests/
DmoduleResolution.ts1411 fileExists: notImplemented, constant
/third_party/typescript/src/server/
DeditorServices.ts1536 const fileExists = info.isDynamic ? false : this.host.fileExists(info.fileName); constant

12