Searched refs:text_open (Results 1 – 1 of 1) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/iobench/ |
D | iobench.py | 24 def text_open(fn, mode, encoding=None): function 325 run_test_family(read_tests, "b", text_files, lambda fn: text_open(fn, "r")) 340 with text_open(name, "r") as f: 343 lambda fn: text_open(os.devnull, "w"), make_test_source) 358 with text_open(name, "r") as f: 374 with text_open(__file__, "rU", encoding='utf8') as f:
|