Ejemplo n.º 1
0
        public string Rlocation(Label label)
        {
            if (label.IsRelative)
            {
                return(PackagePath(label.Name));
            }
            var rpath = Rpath(label);

            return(Runfiles.Rlocation(rpath));
        }
Ejemplo n.º 2
0
 public string Rlocation(string path)
 {
     return(Runfiles.Rlocation(path));
 }