public string Rlocation(Label label) { if (label.IsRelative) { return(PackagePath(label.Name)); } var rpath = Rpath(label); return(Runfiles.Rlocation(rpath)); }
public string Rlocation(string path) { return(Runfiles.Rlocation(path)); }