Home
last modified time | relevance | path

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

/system/core/libcutils/
Dashmem-host.cpp63 int fd = mkstemp(pattern); in ashmem_create_region()
Dfs.cpp159 int fd = TEMP_FAILURE_RETRY(mkstemp(temp)); in fs_write_atomic_int()
/system/apex/apexer/
Dapexer_test.py256 fd, fn = tempfile.mkstemp(prefix=self._testMethodName+"_repacked_", suffix=apex_suffix)
265 fd, fn = tempfile.mkstemp(prefix=self._testMethodName+"_repacked_", suffix=".apex")
281 tempfile.mkstemp(prefix=self._testMethodName+"_repacked_", suffix=".payload")
311 fd, fn = tempfile.mkstemp(prefix=self._testMethodName+"_input_", suffix=".apex")
/system/security/identity/
DUtil.cpp94 fd = mkstemp(tempName); in fileSetContents()
/system/libbase/
Dfile.cpp55 static int mkstemp(char* name_template, size_t size_in_chars) { in mkstemp() function
161 fd = mkstemp(path, sizeof(path)); in init()
163 fd = mkstemp(path); in init()
/system/extras/tests/pagingtest/
Dpagingtest.c27 fd = mkstemp(filename); in create_tmp_file()
/system/core/debuggerd/libdebuggerd/test/
Dtombstone_test.cpp50 int tombstone_fd = mkstemp(tmp_file); in SetUp()
54 tombstone_fd = mkstemp(tmp_file); in SetUp()
Ddump_memory_test.cpp166 int tombstone_fd = mkstemp(tmp_file); in SetUp()
170 tombstone_fd = mkstemp(tmp_file); in SetUp()
/system/update_engine/common/
Dutils.cc505 int mkstemp_fd = mkstemp(buf.data()); in MakeTempFile()
/system/security/keystore/
Dblob.cpp337 android::base::unique_fd out(TEMP_FAILURE_RETRY(mkstemp(tmpFileName))); in writeBlob()
/system/core/fastboot/
Dfastboot.cpp600 int fd = mkstemp(&path_template[0]); in make_temporary_fd()