Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/apex/
H A Dapex_test.go3768 type fileInApex struct { struct
3769 path string // path in apex
3770 src string // src path
3771 isLink bool
3774 func (f fileInApex) String() string {
3778 func (f fileInApex) match(expectation string) bool {
3839 func assertFileListEquals(t *testing.T, expectedFiles []string, actualFiles []fileInApex) {