Searched refs:checkFile (Results 1 – 1 of 1) sorted by relevance
210 public final String checkFile; field in EmuMetadataGenerator.Args260 this.checkFile = values.get(0); in Args()262 this.checkFile = null; in Args()425 if (parsedArgs.checkFile != null) { in main()426 String checkFileContent = readFileContent(parsedArgs.checkFile); in main()