Home
last modified time | relevance | path

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

/build/soong/android/
Dpaths_test.go1133 type pathForModuleSrcTestCase struct { struct
1134 name string
1135 bp string
1136 srcs []string
1137 rels []string
1138 src string
1139 rel string
1142 preparer FixturePreparer
1145 errorHandler FixtureErrorHandler
1148 func testPathForModuleSrc(t *testing.T, tests []pathForModuleSrcTestCase) {