Searched refs:open_file_or_fd (Results 1 – 4 of 4) sorted by relevance
/xen/tools/python/scripts/ |
A D | verify-stream-v2 | 14 from xen.util import open_file_or_fd as open_file_or_fd unknown 138 fin = open_file_or_fd(opts.fin, "rb", 0)
|
A D | convert-legacy-stream | 17 from xen.util import open_file_or_fd as open_file_or_fd unknown 687 fin = open_file_or_fd(opts.fin, "rb") 688 fout = open_file_or_fd(opts.fout, "wb")
|
/xen/tools/python/xen/ |
A D | util.py | 6 def open_file_or_fd(val, *argl, **kwargs): function
|
/xen/xen/tools/ |
A D | gen-cpuid.py | 17 self.input = open_file_or_fd(input, "r", 2) 18 self.output = open_file_or_fd(output, "w", 2) 435 def open_file_or_fd(val, mode, buffering): function
|
Completed in 8 milliseconds