Home
last modified time | relevance | path

Searched refs:currentDir (Results 1 – 7 of 7) sorted by relevance

/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/
Dscript_mutator.js97 let currentDir = path.dirname(input.absPath);
99 while (path.dirname(currentDir) != currentDir) {
100 const shellJsPath = path.join(currentDir, 'shell.js');
105 if (currentDir == 'spidermonkey') {
108 currentDir = path.dirname(currentDir);
/third_party/typescript/src/compiler/
Dwatch.ts476 const currentDir = program.getCurrentDirectory(); constant
478 const filepath = getNormalizedAbsolutePath(file, currentDir);
DmoduleNameResolver.ts2388 …const currentDir = state.compilerOptions.configFile ? state.host.getCurrentDirectory?.() || "" : c… constant
2391 …candidateDirectories.push(toAbsolutePath(combineDirectoryPath(currentDir, state.compilerOptions.de…
2394 …candidateDirectories.push(toAbsolutePath(combineDirectoryPath(currentDir, state.compilerOptions.ou…
/third_party/vk-gl-cts/external/vulkancts/scripts/
Dohos_gen_framework.py2457 currentDir = os.getcwd() variable
2479 os.chdir(currentDir)
Dgen_framework.py2433 currentDir = os.getcwd() variable
2454 os.chdir(currentDir)
/third_party/typescript/lib/
DtypingsInstaller.js45981 …var currentDir = state.compilerOptions.configFile ? ((_b = (_a = state.host).getCurrentDirectory) …
45984 …candidateDirectories.push(toAbsolutePath(combineDirectoryPath(currentDir, state.compilerOptions.de…
45987 …candidateDirectories.push(toAbsolutePath(combineDirectoryPath(currentDir, state.compilerOptions.ou…
Dtsc.js37794 …var currentDir = state.compilerOptions.configFile ? ((_b = (_a = state.host).getCurrentDirectory) …
37797 …candidateDirectories.push(toAbsolutePath(combineDirectoryPath(currentDir, state.compilerOptions.de…
37800 …candidateDirectories.push(toAbsolutePath(combineDirectoryPath(currentDir, state.compilerOptions.ou…