Home
last modified time | relevance | path

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

/build/soong/apex/
Dapex_test.go3492 type fileInApex struct { struct
3493 path string // path in apex
3494 src string // src path
3495 isLink bool
3498 func (f fileInApex) String() string {
3502 func (f fileInApex) match(expectation string) bool {
3567 func assertFileListEquals(t *testing.T, expectedFiles []string, actualFiles []fileInApex) {