Searched refs:relativeRoot (Results 1 – 2 of 2) sorted by relevance
90 type relativeRoot struct{} struct92 func (relativeRoot) String() string { return "" } argument94 func (relativeRoot) Set(s string) error { argument173 …flags.Var(&relativeRoot{}, "C", "path to use as relative root of files in following -f, -l, or -D …
567 var relativeRoot string568 relativeRoot = strings.TrimSuffix(path.src.String(), path.src.Rel())569 if v, found := relativeRootMap[relativeRoot]; found {570 relativeRootMap[relativeRoot] = append(v, path.src)572 relativeRootMap[relativeRoot] = android.Paths{path.src}