Searched refs:fileList (Results 1 – 3 of 3) sorted by relevance
133 fileList := strings.Join(g.Files, "\n") + "\n"134 pathtools.WriteFileIfChanged(fileListFile, []byte(fileList), 0666)
35 type fileList []string type37 func (f *fileList) String() string {41 func (f *fileList) Set(name string) error {63 stripDirs fileList64 stripFiles fileList
395 fileList := strings.Join(files, "\n") + "\n"397 WriteFileIfChanged(fileListFile, []byte(fileList), 0666)