Home
last modified time | relevance | path

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

/system/core/base/
Dtest_utils.cpp37 int mkstemp(char* template_name) { in mkstemp() function
107 fd = mkstemp(path); in init()
/system/core/libcutils/
Dashmem-host.cpp41 int fd = mkstemp(pattern); in ashmem_create_region()
Dfs.cpp159 int fd = TEMP_FAILURE_RETRY(mkstemp(temp)); in fs_write_atomic_int()
/system/extras/perfprofd/dropbox/
Ddropbox.cc51 tmp_fd.reset(mkstemp(path)); in WriteDropboxFile()
/system/extras/tests/pagingtest/
Dpagingtest.c27 fd = mkstemp(filename); in create_tmp_file()
/system/core/debuggerd/libdebuggerd/test/
Dtombstone_test.cpp52 int tombstone_fd = mkstemp(tmp_file); in SetUp()
56 tombstone_fd = mkstemp(tmp_file); in SetUp()
Ddump_memory_test.cpp163 int tombstone_fd = mkstemp(tmp_file); in SetUp()
167 tombstone_fd = mkstemp(tmp_file); in SetUp()
/system/update_engine/common/
Dtest_utils.cc118 int fd = mkstemp(path); in IsXAttrSupported()
Dutils.cc620 int mkstemp_fd = mkstemp(buf.data()); in MakeTempFile()
/system/extras/simpleperf/scripts/
Dreport_html.py847 fd, flamegraph_path = tempfile.mkstemp()
/system/core/fastboot/
Dfastboot.cpp569 int fd = mkstemp(&path_template[0]); in make_temporary_fd()