Searched defs:Runfiles (Results 1 – 2 of 2) sorted by relevance
61 type Runfiles struct { struct64 impl runfiles65 env string66 repoMapping map[repoMappingKey]string67 sourceRepo string130 func (r *Runfiles) Rlocation(path string) (string, error) {181 func (r *Runfiles) loadRepoMapping() error {200 func (r *Runfiles) Env() []string {210 func (r *Runfiles) WithSourceRepo(sourceRepo string) *Runfiles {
54 pub struct Runfiles { struct58 impl Runfiles { implementation