Lines Matching refs:mkFile
175 for _, mkFile := range files {
176 ok = convertOne(mkFile) && ok
313 func convertOne(mkFile string) (ok bool) {
314 if v, ok := converted[mkFile]; ok {
317 converted[mkFile] = nil
321 fmt.Fprintf(os.Stderr, "%s: panic while converting: %s\n%s\n", mkFile, r, debug.Stack())
326 MkFile: mkFile,
338 fmt.Fprintln(os.Stderr, mkFile, ": ", err)
342 outputPath := outputFilePath(mkFile)
369 converted[mkFile] = ss
392 func outputFilePath(mkFile string) string {
393 path := strings.TrimSuffix(mkFile, filepath.Ext(mkFile)) + *suffix