Home
last modified time | relevance | path

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

/system/core/libcutils/
Dashmem-host.cpp40 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/base/
Dfile.cpp53 int mkstemp(char* template_name) { in mkstemp() function
130 fd = mkstemp(path); in init()
/system/core/debuggerd/libdebuggerd/test/
Dtombstone_test.cpp44 int tombstone_fd = mkstemp(tmp_file); in SetUp()
48 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/
Dutils.cc609 int mkstemp_fd = mkstemp(buf.data()); in MakeTempFile()
/system/core/fastboot/
Dfastboot.cpp577 int fd = mkstemp(&path_template[0]); in make_temporary_fd()