/aosp_15_r20/external/bazelbuild-rules_rust/tools/rustfmt/src/ |
H A D | lib.rs | 22 let runfiles = runfiles::Runfiles::create().unwrap(); in parse_rustfmt_config() localVariable 68 let runfiles = runfiles::Runfiles::create().unwrap(); in parse_rustfmt_manifest() localVariable 88 let runfiles = runfiles::Runfiles::create().unwrap(); in find_manifests() localVariable
|
/aosp_15_r20/external/sandboxed-api/sandboxed_api/util/ |
H A D | runfiles_bazel.cc | 28 static Runfiles* runfiles = []() { in GetDataDependencyFilePath() local 30 auto* runfiles = Runfiles::Create(/*argv=*/"" /* unknown */, &error); in GetDataDependencyFilePath() local
|
/aosp_15_r20/external/bazelbuild-rules_go/go/runfiles/ |
H A D | global.go | 15 package runfiles package 84 runfiles *Runfiles member
|
H A D | runfiles.go | 36 package runfiles package 267 type runfiles interface { interface
|
H A D | directory.go | 15 package runfiles package
|
H A D | manifest.go | 15 package runfiles package
|
H A D | fs.go | 18 package runfiles package
|
/aosp_15_r20/external/bazelbuild-rules_rust/crate_universe/src/ |
H A D | splicing.rs | 486 let runfiles = runfiles::Runfiles::create().unwrap(); in deserialize_splicing_manifest() localVariable 570 let runfiles = runfiles::Runfiles::create().unwrap(); in splicing_manifest_resolve() localVariable 615 let runfiles = runfiles::Runfiles::create().unwrap(); in splicing_metadata_workspace_path() localVariable
|
/aosp_15_r20/external/tensorflow/tensorflow/tsl/platform/default/ |
H A D | resource_loader.cc | 28 std::unique_ptr<Runfiles> runfiles(Runfiles::CreateForTest(&error)); in GetDataDependencyFilepath() local
|
/aosp_15_r20/external/brotli/scripts/ |
H A D | fix-win-bazel-build.py | 15 runfiles = match[:-len('_manifest')] variable
|
/aosp_15_r20/external/tink/cc/internal/ |
H A D | test_file_util_bazel.cc | 34 std::unique_ptr<Runfiles> runfiles(Runfiles::CreateForTest(&error)); in RunfilesPath() local
|
/aosp_15_r20/external/bazelbuild-rules_rust/examples/ffi/java_calling_rust/com/example/rustjni/ |
H A D | RustStringLength.java | 24 Runfiles.Preloaded runfiles = Runfiles.preload(); in loadNativeLibrary() local
|
/aosp_15_r20/external/boringssl/src/crypto/test/ |
H A D | test_data.cc | 32 std::unique_ptr<Runfiles> runfiles(Runfiles::CreateForTest(&error)); in GetTestData() local
|
/aosp_15_r20/external/tink/cc/integration/awskms/internal/ |
H A D | test_file_util_bazel.cc | 33 std::unique_ptr<Runfiles> runfiles(Runfiles::CreateForTest(&error)); in RunfilesPath() local
|
/aosp_15_r20/external/bazel-skylib/tests/native_binary/ |
H A D | assertdata.cc | 26 std::unique_ptr<Runfiles> runfiles(Runfiles::Create(argv[0], &error)); in main() local
|
/aosp_15_r20/external/tensorflow/tensorflow/python/platform/ |
H A D | resource_loader.py | 26 runfiles = None variable
|
/aosp_15_r20/external/bazelbuild-rules_go/tests/bcr/runfiles/ |
H A D | runfiles_test.go | 1 package runfiles package
|
/aosp_15_r20/external/jazzer-api/launcher/ |
H A D | jvm_tooling_test.cpp | 39 std::unique_ptr<Runfiles> runfiles(Runfiles::CreateForTest()); in SetUpTestCase() local
|
H A D | fuzzed_data_provider_test.cpp | 39 std::unique_ptr<Runfiles> runfiles(Runfiles::CreateForTest()); in SetUpTestCase() local
|
/aosp_15_r20/external/pigweed/pw_env_setup/py/pw_env_setup/ |
H A D | config_file.py | 31 runfiles = None variable
|
/aosp_15_r20/external/bazelbuild-rules_rust/tools/upstream_wrapper/src/ |
H A D | main.rs | 14 let runfiles = runfiles::Runfiles::create().unwrap(); in main() localVariable
|
/aosp_15_r20/external/tink/cc/integration/gcpkms/ |
H A D | gcp_kms_aead_integration_test.cc | 41 std::unique_ptr<Runfiles> runfiles(Runfiles::CreateForTest(&error)); in RunfilesPath() local
|
/aosp_15_r20/external/bazelbuild-rules_go/go/ |
H A D | providers.rst | 14 .. _runfiles: https://docs.bazel.build/versions/master/skylark/lib/runfiles.html target
|
/aosp_15_r20/external/bazelbuild-rules_rust/crate_universe/tests/ |
H A D | cargo_integration_test.rs | 69 let runfiles = runfiles::Runfiles::create().unwrap(); in run() localVariable
|
/aosp_15_r20/external/bazelbuild-rules_go/go/tools/bazel/ |
H A D | runfiles.go | 269 var runfiles = struct { var
|