Searched refs:mkstemp (Results 1 – 13 of 13) sorted by relevance
/system/core/libcutils/ |
D | ashmem-host.cpp | 63 int fd = mkstemp(pattern); in ashmem_create_region()
|
D | fs.cpp | 159 int fd = TEMP_FAILURE_RETRY(mkstemp(temp)); in fs_write_atomic_int()
|
/system/apex/apexer/ |
D | apexer_test.py | 294 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/ |
D | Util.cpp | 94 fd = mkstemp(tempName); in fileSetContents()
|
/system/libbase/ |
D | file.cpp | 55 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/ |
D | pagingtest.c | 27 fd = mkstemp(filename); in create_tmp_file()
|
/system/apex/tests/testdata/sharedlibs/build/ |
D | shared_libs_repack.py | 193 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/ |
D | tombstone_test.cpp | 50 int tombstone_fd = mkstemp(tmp_file); in SetUp() 54 tombstone_fd = mkstemp(tmp_file); in SetUp()
|
D | dump_memory_test.cpp | 146 int tombstone_fd = mkstemp(tmp_file); in SetUp() 150 tombstone_fd = mkstemp(tmp_file); in SetUp()
|
/system/apex/tools/ |
D | apex_compression_test.py | 211 fd, compressed_apex_fp = tempfile.mkstemp(
|
/system/tools/mkbootimg/ |
D | repack_bootimg.py | 64 fd, file_name = tempfile.mkstemp(prefix=prefix, suffix=suffix)
|
/system/update_engine/common/ |
D | utils.cc | 514 int mkstemp_fd = mkstemp(buf.data()); in MakeTempFile()
|
/system/core/fastboot/ |
D | fastboot.cpp | 624 int fd = mkstemp(&path_template[0]); in make_temporary_fd()
|