Searched defs:relativeRoot (Results 1 – 2 of 2) sorted by relevance
99 type relativeRoot struct{} struct101 func (relativeRoot) String() string { return "" }103 func (relativeRoot) Set(s string) error {
144 func toTestListPath(path, relativeRoot, prefix string) (string, error) { argument