Searched refs:temp_file_name_pattern (Results 1 – 1 of 1) sorted by relevance
95 string temp_file_name_pattern = temp_dir + "/nohupXXXXXX"; in ExecShellCommandNohup() local96 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()