Home
last modified time | relevance | path

Searched defs:configPath (Results 1 – 10 of 10) sorted by relevance

/third_party/node/test/parallel/
Dtest-process-config.js39 const configPath = path.resolve(__dirname, '..', '..', 'config.gypi'); constant
/third_party/typescript/tests/cases/compiler/
DAPISample_WatchWithDefaults.ts23 const configPath = ts.findConfigFile(/*searchPath*/ "./", ts.sys.fileExists, "tsconfig.json"); constant
DAPISample_Watch.ts32 const configPath = ts.findConfigFile(/*searchPath*/ "./", ts.sys.fileExists, "tsconfig.json"); constant
/third_party/typescript/src/testRunner/unittests/config/
DshowConfig.ts9 const configPath = combinePaths(cwd, "tsconfig.json"); constant
/third_party/typescript/src/testRunner/unittests/tsbuildWatch/
DwatchEnvironment.ts6 const configPath = `${project}/tsconfig.json`; constant
/third_party/libexif/contrib/aolserver/
Dnsexif.c127 char *configPath; in Ns_ModuleInit() local
/third_party/typescript/src/testRunner/
Drunner.ts36 …const configPath = ts.forEach(args, arg => arg.lastIndexOf(prefix, 0) === 0 && arg.substr(prefix.l… constant
/third_party/typescript/src/compiler/
DwatchPublic.ts792 const configPath = toPath(configFileName); constant
/third_party/typescript/lib/
DtypingsInstaller.js129802 function watchReferencedProject(configFileName, configPath, commandLine) { argument
Dtsc.js108049 function watchReferencedProject(configFileName, configPath, commandLine) { argument