Home
last modified time | relevance | path

Searched refs:resource_path (Results 1 – 3 of 3) sorted by relevance

/tools/metalava/scripts/
Drefresh-baselines.py32 def resource_path(project_dir, resource_path): function
33 return project_dir / "src" / "test" / "resources" / resource_path
44 baseline_file=resource_path(project_dir, "model-test-suite-baseline.txt"),
49 baseline_file=resource_path(metalava_dir / "metalava", "source-model-provider-baseline.txt")
/tools/test/openhst/
Dstress_test_common.py46 if FLAGS.resource_path:
47 path = os.path.join(FLAGS.resource_path, os.path.basename(resource_name))
/tools/asuite/atest/
Dbazel_mode.py790 resource_path: pathlib.Path,
794 resource = importlib.resources.files(resource_path.as_posix())
804 resource_path.joinpath(child.name),