Home
last modified time | relevance | path

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

/build/blueprint/bootstrap/
Dglob.go133 fileList := strings.Join(g.Files, "\n") + "\n"
134 pathtools.WriteFileIfChanged(fileListFile, []byte(fileList), 0666)
/build/soong/cmd/merge_zips/
Dmerge_zips.go35 type fileList []string type
37 func (f *fileList) String() string {
41 func (f *fileList) Set(name string) error {
63 stripDirs fileList
64 stripFiles fileList
/build/blueprint/pathtools/
Dglob.go395 fileList := strings.Join(files, "\n") + "\n"
397 WriteFileIfChanged(fileListFile, []byte(fileList), 0666)