Searched refs:relativeRoot (Results 1 – 2 of 2) sorted by relevance
74 type relativeRoot struct{} struct76 func (relativeRoot) String() string { return "" } argument78 func (relativeRoot) Set(s string) error { argument150 …flags.Var(&relativeRoot{}, "C", "path to use as relative root of files in following -f, -l, or -D …
544 var relativeRoot string545 relativeRoot = strings.TrimSuffix(path.src.String(), path.src.Rel())546 if v, found := relativeRootMap[relativeRoot]; found {547 relativeRootMap[relativeRoot] = append(v, path.src)549 relativeRootMap[relativeRoot] = android.Paths{path.src}