Home
last modified time | relevance | path

Searched refs:relativeRoot (Results 1 – 2 of 2) sorted by relevance

/build/soong/zip/cmd/
Dmain.go90 type relativeRoot struct{} struct
92 func (relativeRoot) String() string { return "" } argument
94 func (relativeRoot) Set(s string) error { argument
173 …flags.Var(&relativeRoot{}, "C", "path to use as relative root of files in following -f, -l, or -D …
/build/soong/python/
Dpython.go567 var relativeRoot string
568 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}