Home
last modified time | relevance | path

Searched refs:bazel_executable (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/pigweed/pw_ide/ts/pigweed-vscode/src/
H A Dbazel.ts26 bazel_executable,
93 bazel_executable.get() ?? vendoredBazeliskPath();
188 bazel_executable,
194 if (hasConfiguredPathTo('bazelisk', bazel_executable)) return;
208 bazel_executable.update(vendoredBazeliskPath());
226 await bazel_executable.update(vendoredBazeliskPath());
263 const isUsingVendoredBazelisk = !!bazel_executable
269 await bazel_executable.update(vendoredBazeliskPath());
H A Dterminal.ts28 import { bazel_executable, settings } from './settings';
134 const bazeliskPath = bazel_executable.get() ?? vendoredBazeliskPath();
H A DbazelWatcher.ts32 import { bazel_executable, settings, workingDir } from './settings';
73 const cmd = bazel_executable.get();
H A Dsettings.ts289 export const bazel_executable = stringSettingFor('executable', 'bazel'); constant
/aosp_15_r20/external/tensorflow/
H A Dconfigure.py423 bazel_executable = which('bazel')
424 if bazel_executable is None:
425 bazel_executable = which('bazelisk')
426 if bazel_executable is None:
431 curr_version = run_shell([bazel_executable, '--version'],