Home
last modified time | relevance | path

Searched refs:currentDir (Results 1 – 10 of 10) 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/vk-gl-cts/external/vulkancts/scripts/
Dohos_gen_framework_c.py110 currentDir = os.getcwd() variable
132 os.chdir(currentDir)
Dgen_framework_c.py109 currentDir = os.getcwd() variable
131 os.chdir(currentDir)
Dohos_gen_framework.py3115 currentDir = os.getcwd() variable
3136 os.chdir(currentDir)
Dgen_framework.py3097 currentDir = os.getcwd() variable
3118 os.chdir(currentDir)
Dgen_framework_sc.py2987 currentDir = os.getcwd() variable
3025 os.chdir(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/typescript/lib/
Dtsc.js37843 …var currentDir = state.compilerOptions.configFile ? ((_b = (_a = state.host).getCurrentDirectory) …
37846 …candidateDirectories.push(toAbsolutePath(combineDirectoryPath(currentDir, state.compilerOptions.de…
37849 …candidateDirectories.push(toAbsolutePath(combineDirectoryPath(currentDir, state.compilerOptions.ou…
DtypingsInstaller.js46035 …var currentDir = state.compilerOptions.configFile ? ((_b = (_a = state.host).getCurrentDirectory) …
46038 …candidateDirectories.push(toAbsolutePath(combineDirectoryPath(currentDir, state.compilerOptions.de…
46041 …candidateDirectories.push(toAbsolutePath(combineDirectoryPath(currentDir, state.compilerOptions.ou…