Lines Matching full:with
6 # you may not use this file except in compliance with the License.
16 """ A tool to convert json file into pb with linker config format."""
31 with open(args.source) as f:
37 with open(args.output, 'wb') as f:
42 with open(args.source, 'rb') as f:
50 with open(args.source, 'rb') as f:
63 with open(args.output, 'wb') as f:
69 with open(args.source, 'rb') as f:
78 with open(args.output, 'wb') as f:
84 with open(other, 'rb') as f:
87 with open(args.out, 'wb') as f: