Home | History | Annotate | Download | only in utils

Lines Matching refs:source_abbrev

301                  build_abbrev, source_abbrev, branch_abbrev,
309 self.source_abbrev = source_abbrev
393 ssabbrev = get_short_abbrevs([ab for ab in self.source_abbrev.values()])
398 prefix = "[" + ssabbrev[self.source_abbrev[source]] + "-" + sbabbrev[self.branch_abbrev[branch]] + "-" + self.build_abbrev[build] + "]"
399 self.install_prefix += "/" + self.source_abbrev[source] + "/" + branch + "/" + build
400 build_suffix += self.source_abbrev[source] + "/" + branch + "/" + build
402 prefix = "[" + ssabbrev[self.source_abbrev[source]] + "-" + self.build_abbrev[build] + "]"
403 self.install_prefix += "/" + self.source_abbrev[source] + "/" + build
404 build_suffix += "/" + self.source_abbrev[source] + "/" + build
745 source_abbrev = get_path_abbrevs(set(options.src))
765 build_abbrev, source_abbrev, branch_abbrev,