Searched refs:workspace_manifest_path (Results 1 – 2 of 2) sorted by relevance
616 let workspace_manifest_path = runfiles::rlocation!( in splicing_metadata_workspace_path() localVariable620 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()
172 .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()