Home
last modified time | relevance | path

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

/build/soong/apex/
Dapex_test.go4019 type fileInApex struct { struct
4020 path string // path in apex
4021 src string // src path
4022 isLink bool
4025 func (f fileInApex) String() string {
4029 func (f fileInApex) match(expectation string) bool {
4090 func assertFileListEquals(t *testing.T, expectedFiles []string, actualFiles []fileInApex) {