Searched refs:mkstemp (Results 1 – 11 of 11) sorted by relevance
63 int fd = mkstemp(pattern); in ashmem_create_region()
159 int fd = TEMP_FAILURE_RETRY(mkstemp(temp)); in fs_write_atomic_int()
256 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")
94 fd = mkstemp(tempName); in fileSetContents()
55 static int mkstemp(char* name_template, size_t size_in_chars) { in mkstemp() function161 fd = mkstemp(path, sizeof(path)); in init()163 fd = mkstemp(path); in init()
27 fd = mkstemp(filename); in create_tmp_file()
50 int tombstone_fd = mkstemp(tmp_file); in SetUp()54 tombstone_fd = mkstemp(tmp_file); in SetUp()
166 int tombstone_fd = mkstemp(tmp_file); in SetUp()170 tombstone_fd = mkstemp(tmp_file); in SetUp()
505 int mkstemp_fd = mkstemp(buf.data()); in MakeTempFile()
337 android::base::unique_fd out(TEMP_FAILURE_RETRY(mkstemp(tmpFileName))); in writeBlob()
600 int fd = mkstemp(&path_template[0]); in make_temporary_fd()