Home
last modified time | relevance | path

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

/system/core/base/
Dtest_utils.cpp47 char* mkdtemp(char* template_name) { in mkdtemp() function
109 return (mkdtemp(path) != nullptr); in init()
/system/core/adb/
Dtest_device.py761 host_dir = tempfile.mkdtemp()
787 host_dir = tempfile.mkdtemp()
813 host_dir = tempfile.mkdtemp()
846 host_dir = tempfile.mkdtemp()
936 host_dir = tempfile.mkdtemp()
967 host_dir = tempfile.mkdtemp()
999 host_dir = tempfile.mkdtemp()
1027 host_dir = tempfile.mkdtemp()
1051 host_dir = tempfile.mkdtemp()
1085 host_dir = tempfile.mkdtemp()
[all …]
/system/bt/osi/test/
Dwakelock_test.cc59 char* dtemp = mkdtemp(buffer); in SetUp()
/system/core/logcat/tests/
Dlogcat_test.cpp778 ASSERT_TRUE(NULL != mkdtemp(strcpy(buf, form))); in TEST()
824 ASSERT_TRUE(NULL != mkdtemp(strcpy(tmp_out_dir, tmp_out_dir_form))); in TEST()
882 ASSERT_TRUE(NULL != mkdtemp(strcpy(tmp_out_dir, tmp_out_dir_form))); in TEST()
1007 ASSERT_TRUE(NULL != mkdtemp(strcpy(tmp_out_dir, tmp_out_dir_form))); in TEST()
1123 ASSERT_TRUE(NULL != mkdtemp(strcpy(tmp_out_dir, tmp_out_dir_form))); in TEST()
/system/core/tzdatacheck/
Dtzdatacheck.cpp267 if (mkdtemp(&tempDirName[0]) == nullptr) { in deleteDir()
/system/core/fastboot/
Dfastboot.cpp553 if (mkdtemp(&result[0]) == NULL) { in make_temporary_directory()