Home
last modified time | relevance | path

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

/bionic/libc/tools/
Dndk_missing_symbols.py19 import tempfile
31 tmp_dir = tempfile.mkdtemp()
Dgenerate-NOTICE.py13 import tempfile
Dgensyscalls.py16 import tempfile
/bionic/tests/
Dsys_mman_test.cpp178 TemporaryFile tempfile; in TEST() local
183 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()
/bionic/benchmarks/linker_relocation/regen/
Ddump_relocs.py43 import tempfile
Dgen_bench.py41 import tempfile