Home
last modified time | relevance | path

Searched refs:workspace_manifest_path (Results 1 – 2 of 2) sorted by relevance

/external/bazelbuild-rules_rust/crate_universe/src/
Dsplicing.rs616 let workspace_manifest_path = runfiles::rlocation!( in splicing_metadata_workspace_path() localVariable
620 let workspace_path = workspace_manifest_path.parent().unwrap().to_path_buf(); in splicing_metadata_workspace_path()
633 workspace_manifest_path, in splicing_metadata_workspace_path()
/external/bazelbuild-rules_rust/crate_universe/src/splicing/
Dsplicer.rs172 .filter(|workspace_manifest_path| { in find_missing_manifests()
173 !known_manifest_paths.contains(workspace_manifest_path) in find_missing_manifests()
175 .map(|workspace_manifest_path| { in find_missing_manifests()
176 let label = Label::from_absolute_path(workspace_manifest_path.as_path()) in find_missing_manifests()