Searched defs:TemporaryFile (Results 1 – 5 of 5) sorted by relevance
| /external/grpc-grpc/src/python/grpcio_tests/tests_py3_only/interop/ |
| D | xds_interop_client_test.py | 73 process_name: str, stream_name: str, stream: tempfile.TemporaryFile 82 stdout: tempfile.TemporaryFile, 83 stderr: tempfile.TemporaryFile,
|
| /external/minijail/ |
| D | unittest_util.h | 83 TemporaryFile() : path(temp_path_pattern()) { in TemporaryFile() function
|
| /external/boringssl/src/crypto/test/ |
| D | file_util.h | 85 TemporaryFile(TemporaryFile &other) { *this = std::move(other); } in TemporaryFile() function
|
| /external/python/cpython2/Lib/ |
| D | tempfile.py | 487 TemporaryFile = NamedTemporaryFile variable 490 def TemporaryFile(mode='w+b', bufsize=-1, suffix="", function
|
| /external/python/cpython3/Lib/ |
| D | tempfile.py | 582 TemporaryFile = NamedTemporaryFile variable 590 def TemporaryFile(mode='w+b', buffering=-1, encoding=None, function
|