Searched refs:fileInApex (Results 1 – 2 of 2) sorted by relevance
/build/soong/apex/ |
D | vndk_test.go | 93 ensureFileSrc := func(t *testing.T, files []fileInApex, path, src string) {
|
D | apex_test.go | 3024 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) {
|