Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/android/
H A Dpaths_test.go1209 type pathForModuleSrcTestCase struct { struct
1210 name string
1211 bp string
1212 srcs []string
1213 rels []string
1214 src string
1215 rel string
1218 preparer FixturePreparer
1221 errorHandler FixtureErrorHandler
1224 func testPathForModuleSrc(t *testing.T, tests []pathForModuleSrcTestCase) {