Home
last modified time | relevance | path

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

/build/soong/zip/cmd/
Dmain.go99 type relativeRoot struct{} struct
101 func (relativeRoot) String() string { return "" }
103 func (relativeRoot) Set(s string) error {
/build/soong/android/
Dtest_suites.go144 func toTestListPath(path, relativeRoot, prefix string) (string, error) { argument