Home
last modified time | relevance | path

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

/system/core/base/
Dtest_utils.cpp45 char* mkdtemp(char* template_name) { in mkdtemp() function
101 return (mkdtemp(path) != nullptr); in init()
/system/core/adb/
Dtest_device.py682 host_dir = tempfile.mkdtemp()
708 host_dir = tempfile.mkdtemp()
737 host_dir = tempfile.mkdtemp()
826 host_dir = tempfile.mkdtemp()
857 host_dir = tempfile.mkdtemp()
889 host_dir = tempfile.mkdtemp()
917 host_dir = tempfile.mkdtemp()
941 host_dir = tempfile.mkdtemp()
975 host_dir = tempfile.mkdtemp()
991 host_dir = tempfile.mkdtemp()
[all …]
/system/bt/osi/test/
DAlarmTestHarness.cpp63 char *dtemp = mkdtemp(buffer); in SetUp()
/system/core/tzdatacheck/
Dtzdatacheck.cpp140 if (mkdtemp(&tempDirName[0]) == nullptr) { in deleteDir()
/system/core/logcat/tests/
Dlogcat_test.cpp554 ASSERT_TRUE(NULL != mkdtemp(strcpy(buf, form))); in TEST()
598 ASSERT_TRUE(NULL != mkdtemp(strcpy(tmp_out_dir, tmp_out_dir_form))); in TEST()
651 ASSERT_TRUE(NULL != mkdtemp(strcpy(tmp_out_dir, tmp_out_dir_form))); in TEST()
/system/update_engine/common/
Dutils.cc638 char* return_code = mkdtemp(buf.data()); in MakeTempDirectory()
/system/core/fastboot/
Dfastboot.cpp534 if (mkdtemp(&result[0]) == NULL) { in make_temporary_directory()