Home
last modified time | relevance | path

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

12

/third_party/node/deps/npm/node_modules/libnpmexec/lib/
Dfile-exists.js5 const fileExists = async (file) => { 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/tests/baselines/reference/
DAPISample_WatchWithOwnWatchHost.js85 fileExists: ts.sys.fileExists, property
DAPISample_watcher.js150 fileExists: function (fileName) { return fs.existsSync(fileName); }, method
/third_party/typescript/src/compiler/
DwatchUtilities.ts7 fileExists(path: string): boolean; method
21 fileExists: boolean; property
159 function fileExists(fileName: string): boolean { function
DwatchPublic.ts106 fileExists(path: string): boolean; method
Dprogram.ts153 fileExists(fileName: string): boolean; method
1152 …const { onProgramCreateComplete, fileExists, directoryExists } = updateHostForUseSourceOfProjectRe… constant
4371 fileExists(fileName: string): boolean; method
4396 fileExists(fileName: string): boolean; method
Dsys.ts1348 fileExists(path: string): boolean; method
1888 function fileExists(path: string): boolean { function
/third_party/typescript/src/testRunner/unittests/services/
DlanguageService.ts96 fileExists: path => files.has(path), constant
/third_party/typescript/src/services/
Dsourcemaps.ts16 fileExists?(path: string): boolean; method
Dshims.ts83 fileExists(path: string): boolean; method
93 fileExists(fileName: string): boolean; method
503 public fileExists(path: string): boolean { method in ts.LanguageServiceShimHostAdapter
/third_party/node/deps/npm/lib/commands/
Dcompletion.js43 const fileExists = (file) => fs.stat(file).then(s => s.isFile()).catch(() => false) function
/third_party/node/deps/v8/third_party/test262-harness/src/
D_packager.py327 fileExists = os.path.exists(toFilename) variable
/third_party/typescript/src/webServer/
DwebServer.ts11 fileExists(path: string): boolean; method
/third_party/typescript/src/testRunner/unittests/services/extract/
Dhelpers.ts76 fileExists: notImplemented constant
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
DVulkanTester.cpp210 bool fileExists(const char *path) in fileExists() function
/third_party/typescript/src/jsTyping/
DjsTyping.ts6 fileExists(fileName: string): boolean; method
/third_party/typescript/src/loggedIO/
DloggedIO.ts37 fileExists: { property
/third_party/typescript/src/testRunner/unittests/tsserver/
DcachingFileSystemInformation.ts4 fileExists = "fileExists", enumerator
/third_party/typescript/src/harness/
DharnessLanguageService.ts166 public fileExists(path: string): boolean { method in Harness.LanguageService.LanguageServiceAdapterHost
DharnessIO.ts13 fileExists(fileName: string): boolean; method
/third_party/node/deps/npm/node_modules/@npmcli/config/lib/
Dindex.js20 const fileExists = (...p) => stat(resolve(...p)) function
/third_party/node/lib/internal/modules/esm/
Dresolve.js160 function fileExists(url) { function
/third_party/typescript/src/testRunner/unittests/
DmoduleResolution.ts1469 fileExists: notImplemented, constant

12