Searched refs:tmp_out_dir (Results 1 – 1 of 1) sorted by relevance
/system/logging/logcat/tests/ |
D | logcat_test.cpp | 828 char tmp_out_dir[sizeof(tmp_out_dir_form)]; in TEST() local 829 ASSERT_TRUE(NULL != mkdtemp(strcpy(tmp_out_dir, tmp_out_dir_form))); in TEST() 834 char command[sizeof(tmp_out_dir) + sizeof(logcat_cmd)]; in TEST() 835 snprintf(command, sizeof(command), logcat_cmd, tmp_out_dir); in TEST() 840 snprintf(command, sizeof(command), "ls %s 2>/dev/null", tmp_out_dir); in TEST() 879 snprintf(command, sizeof(command), "rm -rf %s", tmp_out_dir); in TEST() 886 char tmp_out_dir[sizeof(tmp_out_dir_form)]; in TEST() local 887 ASSERT_TRUE(NULL != mkdtemp(strcpy(tmp_out_dir, tmp_out_dir_form))); in TEST() 893 char command[sizeof(tmp_out_dir) + sizeof(logcat_cmd) + sizeof(log_filename)]; in TEST() 894 snprintf(command, sizeof(command), logcat_cmd, tmp_out_dir, log_filename); in TEST() [all …]
|