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