Lines Matching refs:split
11 split: Split json file into separate files per covered source file.
33 Split json data preserves the same format, but only contains one file per
141 file_name, number, _ = line.split(':')
375 def split(options):
376 """Implements the 'split' action of this tool."""
413 help='Directory where to put split output files to.')
414 parser.add_argument('action', choices=['all', 'merge', 'split'],
434 elif options.action.lower() == 'split':
441 split(options)