Home
last modified time | relevance | path

Searched refs:mode_suffix (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/tests/
H A Dcompression.py24 def _file_helper(self, mode_suffix, data): argument
27 with self.do_open(tmp_file, mode="w" + mode_suffix) as f:
30 with self.do_open(tmp_file, mode="r" + mode_suffix) as f:
41 def _pipe_helper(self, mode_suffix, data): argument
44 with self.do_open(r, mode="r" + mode_suffix) as decompress:
45 with self.do_open(w, mode="w" + mode_suffix) as compress: