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

/systemd/src/bootchart/
H A Dbootchart.c89 char arg_init_path[PATH_MAX] = DEFAULT_INIT; variable
121 strscpy(arg_init_path, sizeof(arg_init_path), init);
214 strscpy(arg_init_path, sizeof(arg_init_path), optarg);
346 execl(arg_init_path, arg_init_path, NULL);

Completed in 25 milliseconds