Searched refs:openio (Results 1 – 6 of 6) sorted by relevance
/third_party/littlefs/scripts/ |
D | code.py | 67 def openio(path, mode='r'): function 93 with openio(args['use']) as f: 109 with openio(args['diff']) as f: 132 with openio(args['merge']) as f: 146 with openio(args['output'], 'w') as f:
|
D | data.py | 66 def openio(path, mode='r'): function 92 with openio(args['use']) as f: 108 with openio(args['diff']) as f: 131 with openio(args['merge']) as f: 145 with openio(args['output'], 'w') as f:
|
D | coverage.py | 69 def openio(path, mode='r'): function 95 with openio(args['use']) as f: 114 with openio(args['diff']) as f: 140 with openio(args['merge']) as f: 156 with openio(args['output'], 'w') as f:
|
D | structs.py | 118 def openio(path, mode='r'): function 144 with openio(args['use']) as f: 160 with openio(args['diff']) as f: 183 with openio(args['merge']) as f: 197 with openio(args['output'], 'w') as f:
|
D | stack.py | 119 def openio(path, mode='r'): function 145 with openio(args['use']) as f: 166 with openio(args['diff']) as f: 194 with openio(args['merge']) as f: 210 with openio(args['output'], 'w') as f:
|
D | summary.py | 61 def openio(path, mode='r'): function 74 with openio(path) as f: 119 with openio(args['diff']) as f:
|