Home
last modified time | relevance | path

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

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