Home
last modified time | relevance | path

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

/system/apex/apexer/
Dapexer_test.py178 dir_name = tempfile.mkdtemp(prefix=self._testMethodName+"_host_tools_")
210 dir_name = tempfile.mkdtemp(prefix=self._testMethodName+"_container_files_")
235 dir_name = tempfile.mkdtemp(prefix=self._testMethodName+"_extracted_payload_")
249 dir_name = tempfile.mkdtemp(prefix=self._testMethodName+"_extracted_payload_")
Dapexer.py882 self.name = tempfile.mkdtemp()
/system/sepolicy/tests/
Dapex_sepolicy_tests_test.py30 cls.temp_dir = tempfile.mkdtemp()
Dsepolicy_tests.py214 temp_dir = tempfile.mkdtemp()
Dtreble_sepolicy_tests.py515 temp_dir = tempfile.mkdtemp()
/system/libbase/
Dfile.cpp79 static char* mkdtemp(char* name_template, size_t size_in_chars) { in mkdtemp() function
206 return (mkdtemp(path, sizeof(path)) != nullptr); in init()
208 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.py186 self.name = tempfile.mkdtemp()
Dapex_compression_test.py164 dir_name = tempfile.mkdtemp(
Dapexer_with_DCLA_preprocessing_test.py121 tmp_dir = tempfile.mkdtemp()
Ddeapexer.py152 self._tempdir = tempfile.mkdtemp()
/system/timezone/
Dupdate-tzdata.py52 tmp_dir = tempfile.mkdtemp('-tzdata')
/system/logging/logcat/tests/
Dlogcat_test.cpp782 ASSERT_TRUE(NULL != mkdtemp(strcpy(buf, form))); in TEST()
828 ASSERT_TRUE(NULL != mkdtemp(strcpy(tmp_out_dir, tmp_out_dir_form))); in TEST()
886 ASSERT_TRUE(NULL != mkdtemp(strcpy(tmp_out_dir, tmp_out_dir_form))); in TEST()
1011 ASSERT_TRUE(NULL != mkdtemp(strcpy(tmp_out_dir, tmp_out_dir_form))); in TEST()
1127 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/core/fs_mgr/libfiemap/
Dimage_test.cpp322 if (!mkdtemp(tempdir.data())) { in main()
Dfiemap_writer_test.cpp588 if (!mkdtemp(tempdir.data())) { in main()
/system/sepolicy/tools/
Dsepolicy_generate_compat.py347 temp_dir = tempfile.mkdtemp()
/system/core/fs_mgr/
Dfs_mgr_overlayfs.cpp760 const auto target = mkdtemp(new_entry.dir.data()); in fs_mgr_overlayfs_mount()