Searched refs:argsFile (Results 1 – 2 of 2) sorted by relevance
174 Path argsFile = temp.newFile("more-args.txt").toPath(); in argumentsInFile() local175 FileUtils.writeTextFile(argsFile, ImmutableList.of( in argumentsInFile()180 R8Command command = parse("@" + argsFile.toString()); in argumentsInFile()
286 String argsFile = arg.substring(1); in parse() local288 List<String> linesInFile = FileUtils.readTextFile(Paths.get(argsFile)); in parse()302 "Failed to read arguments from file " + argsFile + ": " + e.getMessage()); in parse()