Home
last modified time | relevance | path

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

/system/core/base/
Dtest_utils.cpp35 int mkstemp(char* template_name) { in mkstemp() function
87 fd = mkstemp(path); in init()
/system/core/libcutils/
Dashmem-host.c45 int fd = mkstemp(template); in ashmem_create_region()
Dfs.c152 int fd = TEMP_FAILURE_RETRY(mkstemp(temp)); in fs_write_atomic_int()
/system/extras/tests/pagingtest/
Dpagingtest.c23 fd = mkstemp(filename); in create_tmp_file()
/system/core/debuggerd/test/
Ddump_memory_test.cpp114 int tombstone_fd = mkstemp(tmp_file); in SetUp()
118 tombstone_fd = mkstemp(tmp_file); in SetUp()
Dtombstone_test.cpp57 int tombstone_fd = mkstemp(tmp_file); in SetUp()
61 tombstone_fd = mkstemp(tmp_file); in SetUp()
/system/update_engine/common/
Dtest_utils.cc118 int fd = mkstemp(path); in IsXAttrSupported()
Dutils.cc615 int mkstemp_fd = mkstemp(buf.data()); in MakeTempFile()
/system/core/init/
Dproperty_service.cpp129 fd = mkstemp(tempPath); in write_persistent_property()
/system/connectivity/shill/mobile_operator_db/
Dserviceproviders_converter.py208 fd, fname = tempfile.mkstemp(prefix='converter_')