Searched refs:log_device (Results 1 – 1 of 1) sorted by relevance
77 char *log_device = malloc(strlen(LOG_FILE_DIR) + strlen(log_name) + 1); in get_log_file_path() local79 strcpy(log_device, LOG_FILE_DIR); in get_log_file_path()80 strcat(log_device, log_name); in get_log_file_path()82 return log_device; in get_log_file_path()