Home
last modified time | relevance | path

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

/system/core/adb/
Dtest_device.py806 host_dir = tempfile.mkdtemp()
831 host_dir = tempfile.mkdtemp()
859 host_dir = tempfile.mkdtemp()
892 host_dir = tempfile.mkdtemp()
1011 host_dir = tempfile.mkdtemp()
1042 host_dir = tempfile.mkdtemp()
1074 host_dir = tempfile.mkdtemp()
1102 host_dir = tempfile.mkdtemp()
1127 host_dir = tempfile.mkdtemp()
1161 host_dir = tempfile.mkdtemp()
[all …]
/system/apex/apexer/
Dapexer_test.py178 dir_name = tempfile.mkdtemp(prefix=self._testMethodName+"_container_files_")
203 dir_name = tempfile.mkdtemp(prefix=self._testMethodName+"_extracted_payload_")
217 dir_name = tempfile.mkdtemp(prefix=self._testMethodName+"_extracted_payload_")
Dapexer.py689 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/libziparchive/
Dtest_ziparchive_large.py51 temp_dir = tempfile.mkdtemp()
/system/timezone/
Dupdate-tzdata.py51 tmp_dir = tempfile.mkdtemp('-tzdata')
/system/apex/tools/
Ddeapexer.py122 self._tempdir = tempfile.mkdtemp()
/system/core/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/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.cpp711 const auto target = mkdtemp(new_entry.dir.data()); in fs_mgr_overlayfs_mount()
/system/core/fastboot/
Dfastboot.cpp591 if (mkdtemp(&result[0]) == nullptr) { in make_temporary_directory()