Searched defs:arg_output_path (Results 1 - 1 of 1) sorted by relevance

/systemd/src/bootchart/
H A Dbootchart.c90 char arg_output_path[PATH_MAX] = DEFAULT_OUTPUT; variable
123 strscpy(arg_output_path, sizeof(arg_output_path), output);
210 strscpy(arg_output_path, sizeof(arg_output_path), optarg);
471 snprintf(output_file, PATH_MAX, "%s/bootchart-%s.svg", arg_output_path, datestr);

Completed in 801 milliseconds