Home
last modified time | relevance | path

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

/build/soong/android/
Dpaths_test.go954 type pathForModuleSrcTestCase struct { struct
955 name string
956 bp string
957 srcs []string
958 rels []string
959 src string
960 rel string
963 func testPathForModuleSrc(t *testing.T, buildDir string, tests []pathForModuleSrcTestCase) {