Home
last modified time | relevance | path

Searched refs:fileInApex (Results 1 – 2 of 2) sorted by relevance

/build/soong/apex/
Dvndk_test.go85 ensureFileSrc := func(t *testing.T, files []fileInApex, path, src string) {
Dapex_test.go2726 type fileInApex struct { struct
2732 func getFiles(t *testing.T, ctx *android.TestContext, moduleName, variant string) []fileInApex {
2737 var ret []fileInApex
2772 ret = append(ret, fileInApex{path: dstFile, src: src, isLink: isLink})
5191 ensureRealfileExists := func(t *testing.T, files []fileInApex, file string) {
5203 ensureSymlinkExists := func(t *testing.T, files []fileInApex, file string) {