Home
last modified time | relevance | path

Searched refs:execpath (Results 1 – 25 of 52) sorted by relevance

123

/external/llvm/utils/lit/lit/formats/
Dgoogletest.py71 def getTestsInExecutable(self, testSuite, path_in_suite, execpath, argument
73 if not execpath.endswith(self.test_suffix):
75 (dirname, basename) = os.path.split(execpath)
77 for testname in self.getGTestTests(execpath, litConfig, localConfig):
79 yield lit.Test.Test(testSuite, testPath, localConfig, file_path=execpath)
92 execpath = os.path.join(filepath, subfilename)
94 testSuite, dirpath_in_suite, execpath,
/external/bazelbuild-rules_rust/examples/env_locations/
DBUILD.bazel26 "SOME_TOOL": "$(execpath @com_google_protobuf//:protoc)",
27 # both execpath and location should work
28 "SOURCE_FILE": "$(execpath source.file)",
41 "GENERATED_DATA_ABS": "$(execpath generated.data)",
/external/bazel-skylib/rules/
Drun_binary.bzl26 # Expand $(execpath ...) / $(execpaths ...) / $(location ...) / $(locations ...) in args.
40 … # Expand $(execpath ...) / $(execpaths ...) / $(location ...) / $(locations ...) in the values.
69 " `$(execpath)` and `$(location)` expansion in `args` and `env`.",
77 …" [`$(execpath)` and `$(location)`](https://bazel.build/reference/be/make-variables#predefined_lab…
83 " `$(execpath)` and `$(location)` expansion in `args` and `env`.",
88 " `$(execpath)` and `$(location)` expansion in `args` and `env`.",
92 …" [`$(execpath)` and `$(location)`](https://bazel.build/reference/be/make-variables#predefined_lab…
/external/skia/tools/sksl-minify/
DBUILD.bazel59 # execpath returns the path to the given label relative to the Skia root.
65 sksl_minify_exe = os.path.abspath("$(execpath //tools/sksl-minify:sksl_minify)")
66 minify_script = os.path.abspath("$(execpath //gn:minify_sksl)")
97 # execpath returns the path to the given label relative to the Skia root.
103 sksl_minify_exe = os.path.abspath("$(execpath //tools/sksl-minify:sksl_minify)")
104 minify_script = os.path.abspath("$(execpath //gn:minify_sksl_tests)")
105 test_inputs = os.path.abspath("$(execpath :test_input_list.txt)")
/external/skia/tools/gpu/gl/interface/
DBUILD.bazel30 # execpath returns the path to the given label relative to the Skia root.
32 gen_interface_exe = os.path.abspath("$(execpath :interface)")
33 interface_json = os.path.abspath("$(execpath interface.json5)")
/external/skia/bazel/
Dgenerate_cpp_files_for_headers.bzl31 # execpath returns the path to the given label relative to the Skia root.
32 cmd = "cp $(execpath :%s) $@" % hdr,
33 cmd_bat = "copy $(execpath :%s) $@" % hdr,
/external/bazel-skylib/tests/run_binary/
DBUILD58 "ENV_EXECPATH": "a $(execpath BUILD)",
152 # Testing $(execpath) expansion only on source files so the result is
155 "$(execpath BUILD)",
157 "'$(execpath BUILD) $$(execpath BUILD)'",
/external/pigweed/pw_build/
Dpw_copy_and_patch_file.bzl34 "$(execpath " + patch_file + ")",
36 "$(execpath " + src + ")",
38 "$(execpath " + out + ")",
/external/libcxx/utils/libcxx/test/
Dgooglebenchmark.py82 execpath = os.path.join(source_path, subdir, fn)
83 testnames = self.getBenchmarkTests(execpath, litConfig, localConfig)
87 file_path=execpath)
/external/bazelbuild-rules_cc/cc/common/
Dcc_helper.bzl100 def _expand_nested_variable(ctx, additional_vars, exp, execpath = True, targets = []):
104 if not execpath:
140 def _expand(ctx, expression, additional_make_variable_substitutions, execpath = True, targets = []):
182 …= _expand_nested_variable(ctx, additional_make_variable_substitutions, make_var, execpath, targets)
204 # By default, Starlark `ctx.expand_location` has `execpath` semantics.
206 execpath = False,
/external/bazelbuild-rules_rust/examples/third_party/openssl/
DBUILD.openssl.bazel62 "PATH": "$(dirname $(execpath @nasm_windows//:nasm)):$PATH",
63 "PERL": "$(execpath @perl_windows//:perl)",
/external/bazelbuild-rules_python/gazelle/manifest/
Ddefs.bzl81 "--manifest-generator-hash=$(execpath {})".format(manifest_generator_hash),
84 "--modules-mapping=$(execpath {})".format(modules_mapping),
85 "--output=$(execpath {})".format(generated_manifest),
92 cmd = "$(execpath {}) {}".format(manifest_generator, " ".join(update_args)),
/external/skia/tools/skslc/
DBUILD.bazel108 # execpath returns the path to the given label relative to the Skia root.
114 sksl_compile_exe = os.path.abspath("$(execpath //tools/skslc:skslc)")
115 compile_tests_script = os.path.abspath("$(execpath //gn:compile_sksl_tests)")
/external/skia/bazel/external/gn/
DBUILD.bazel25 # execpath returns the path to the given label from the exec path.
29 gn_exe = os.path.abspath("$(execpath :gn_exe)")
/external/wayland-protocols/freedesktop.org/tests/
Dreplace.py5 execpath, inpath, outpath, *dict_list = sys.argv
/external/bazelbuild-rules_rust/test/cargo_build_script/tools_exec/
DBUILD.bazel15 "TOOL": "$(execpath :tool)",
/external/skia/bazel/utils/
DBUILD.bazel18 go_exe = os.path.abspath("$(execpath @go_sdk//:bin/go)")
/external/bazelbuild-rules_python/tests/
DBUILD.bazel37 current=$$(cat "$(execpath //:.bazelversion)")
/external/pigweed/pw_build_info/
Dsubstitute_workspace_status.bzl24 cmd = "$(execpath @pigweed//pw_build_info:substitute_workspace_status_tool)" +
/external/bazelbuild-rules_rust/test/dep_env/
DBUILD.bazel115 cmd = "echo DEP_DIR=\\$${pwd}/$(execpath dep_dir) > $@",
/external/pytorch/
Dbuild.bzl72 "$(execpath //torchgen:gen)",
127 cmd = "$(execpath //tools/setup_helpers:generate_code) " +
148 cmd = "$(execpath //tools/setup_helpers:gen_version_header) " +
/external/bazelbuild-rules_rust/docs/
Dpage.bzl47 "cat $(execpath {})".format(page.header_template),
/external/pigweed/pw_elf/
DBUILD.bazel56 "TEST_ELF_FILE_PATH=\\\"$(execpath //pw_tokenizer/py:elf_reader_test_binary.elf)\\\"",
/external/pigweed/pw_thread_freertos/
DBUILD.bazel352 "--freertos-tasks-c=$(execpath @freertos//:tasks.c)",
353 … "--output=$(execpath :thread_public_overrides/pw_thread_freertos_backend/freertos_tsktcb.h)",
/external/pigweed/targets/rp2040/
DBUILD.bazel262 linkopts = ["-T$(execpath :rp2040_memmap_default)"],
290 linkopts = ["-T$(execpath :rp2350_memmap_default)"],

123