Home
last modified time | relevance | path

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

/bionic/libc/tools/
Dndk_missing_symbols.py19 import tempfile
31 tmp_dir = tempfile.mkdtemp()
Dgensyscalls.py15 import tempfile
/bionic/tests/
Dsys_mman_test.cpp182 TemporaryFile tempfile; in TEST() local
187 ASSERT_EQ(static_cast<ssize_t>(pagesize), write(tempfile.fd, buf, pagesize)); in TEST()
188 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