Home
last modified time | relevance | path

Searched refs:mkstemp (Results 1 – 13 of 13) 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.py294 fd, fn = tempfile.mkstemp(prefix=self._testMethodName+"_repacked_", suffix=apex_suffix)
323 fd, fn = tempfile.mkstemp(prefix=self._testMethodName+"_repacked_", suffix=".apex")
340 tempfile.mkstemp(prefix=self._testMethodName+"_repacked_", suffix=".payload")
371 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/apex/tests/testdata/sharedlibs/build/
Dshared_libs_repack.py193 fd, fn = tempfile.mkstemp(prefix='repacked_', suffix=apex_suffix, dir=tmpdir)
224 fd, fn = tempfile.mkstemp(prefix='repacked_', suffix='.apex', dir=tmpdir)
/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.cpp146 int tombstone_fd = mkstemp(tmp_file); in SetUp()
150 tombstone_fd = mkstemp(tmp_file); in SetUp()
/system/apex/tools/
Dapex_compression_test.py211 fd, compressed_apex_fp = tempfile.mkstemp(
/system/tools/mkbootimg/
Drepack_bootimg.py64 fd, file_name = tempfile.mkstemp(prefix=prefix, suffix=suffix)
/system/update_engine/common/
Dutils.cc514 int mkstemp_fd = mkstemp(buf.data()); in MakeTempFile()
/system/core/fastboot/
Dfastboot.cpp624 int fd = mkstemp(&path_template[0]); in make_temporary_fd()