Home
last modified time | relevance | path

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

/test/vts/drivers/shell/
DShellDriver.cpp95 string temp_file_name_pattern = temp_dir + "/nohupXXXXXX"; in ExecShellCommandNohup() local
96 int temp_file_name_len = temp_file_name_pattern.length() + 1; in ExecShellCommandNohup()
99 strcpy(stdout_file_name, temp_file_name_pattern.c_str()); in ExecShellCommandNohup()
100 strcpy(stderr_file_name, temp_file_name_pattern.c_str()); in ExecShellCommandNohup()