Searched refs:tempfile (Results 1 – 6 of 6) sorted by relevance
19 import tempfile31 tmp_dir = tempfile.mkdtemp()
13 import tempfile
16 import tempfile
178 TemporaryFile tempfile; in TEST() local183 ASSERT_EQ(static_cast<ssize_t>(pagesize), write(tempfile.fd, buf, pagesize)); in TEST()184 void* map = mmap(nullptr, pagesize, PROT_READ | PROT_WRITE, MAP_SHARED, tempfile.fd, 0); in TEST()
43 import tempfile
41 import tempfile