Home
last modified time | relevance | path

Searched refs:fileList (Results 1 – 2 of 2) sorted by relevance

/build/soong/cmd/merge_zips/
Dmerge_zips.go620 type fileList []string type
622 func (f *fileList) String() string {
626 func (f *fileList) Set(name string) error {
647 excludeDirs fileList
648 excludeFiles fileList
/build/blueprint/
Dcontext_test.go1366 fileList := []string{}
1368 fileList = append(fileList, f)
1462 ctx.ParseFileList(".", fileList, nil)