Home
last modified time | relevance | path

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

/aosp12/build/soong/apex/
H A Dvndk_test.go93 ensureFileSrc := func(t *testing.T, files []fileInApex, path, src string) {
H A Dapex_test.go3024 type fileInApex struct { struct
3030 func getFiles(t *testing.T, ctx *android.TestContext, moduleName, variant string) []fileInApex {
3035 var ret []fileInApex
3070 ret = append(ret, fileInApex{path: dstFile, src: src, isLink: isLink})
6150 ensureRealfileExists := func(t *testing.T, files []fileInApex, file string) {
6162 ensureSymlinkExists := func(t *testing.T, files []fileInApex, file string) {