Home
last modified time | relevance | path

Searched refs:mkdtemp (Results 1 – 16 of 16) sorted by relevance

/system/apex/apexer/
Dapexer_test.py179 dir_name = tempfile.mkdtemp(prefix=self._testMethodName+"_host_tools_")
211 dir_name = tempfile.mkdtemp(prefix=self._testMethodName+"_container_files_")
236 dir_name = tempfile.mkdtemp(prefix=self._testMethodName+"_extracted_payload_")
250 dir_name = tempfile.mkdtemp(prefix=self._testMethodName+"_extracted_payload_")
Dapexer.py744 self.name = tempfile.mkdtemp()
/system/bt/osi/test/
Dwakelock_test.cc59 char* dtemp = mkdtemp(buffer); in SetUp()
/system/libbase/
Dfile.cpp78 static char* mkdtemp(char* name_template, size_t size_in_chars) { in mkdtemp() function
205 return (mkdtemp(path, sizeof(path)) != nullptr); in init()
207 return (mkdtemp(path) != nullptr); in init()
/system/apex/tests/testdata/sharedlibs/build/
Dshared_libs_repack.py135 dir_name = tempfile.mkdtemp(prefix='container_files_', dir=tmpdir)
157 dir_name = tempfile.mkdtemp(prefix='extracted_payload_', dir=tmpdir)
/system/apex/tools/
Dapex_compression_tool.py181 self.name = tempfile.mkdtemp()
Dapex_compression_test.py164 dir_name = tempfile.mkdtemp(
Ddeapexer.py136 self._tempdir = tempfile.mkdtemp()
/system/libziparchive/
Dtest_ziparchive_large.py51 temp_dir = tempfile.mkdtemp()
/system/timezone/
Dupdate-tzdata.py51 tmp_dir = tempfile.mkdtemp('-tzdata')
/system/logging/logcat/tests/
Dlogcat_test.cpp783 ASSERT_TRUE(NULL != mkdtemp(strcpy(buf, form))); in TEST()
829 ASSERT_TRUE(NULL != mkdtemp(strcpy(tmp_out_dir, tmp_out_dir_form))); in TEST()
887 ASSERT_TRUE(NULL != mkdtemp(strcpy(tmp_out_dir, tmp_out_dir_form))); in TEST()
1012 ASSERT_TRUE(NULL != mkdtemp(strcpy(tmp_out_dir, tmp_out_dir_form))); in TEST()
1128 ASSERT_TRUE(NULL != mkdtemp(strcpy(tmp_out_dir, tmp_out_dir_form))); in TEST()
/system/tools/mkbootimg/
Drepack_bootimg.py54 dir_name = tempfile.mkdtemp(prefix=prefix, suffix=suffix)
/system/timezone/tzdatacheck/
Dtzdatacheck.cpp252 if (mkdtemp(&tempDirName[0]) == nullptr) { in deleteDir()
/system/core/fs_mgr/libfiemap/
Dfiemap_writer_test.cpp521 if (!mkdtemp(tempdir.data())) { in main()
/system/core/fs_mgr/
Dfs_mgr_overlayfs.cpp753 const auto target = mkdtemp(new_entry.dir.data()); in fs_mgr_overlayfs_mount()
/system/core/fastboot/
Dfastboot.cpp615 if (mkdtemp(&result[0]) == nullptr) { in make_temporary_directory()