Searched refs:command_file (Results 1 – 1 of 1) sorted by relevance
106 FILE *command_file; in bootCommand() local114 if((command_file = fopen(COMMAND_FILE_PATH,"wb")) == NULL){ in bootCommand()130 fwrite(arg, strlen(arg), 1, command_file); in bootCommand()131 fwrite("\n", 1, 1, command_file); in bootCommand()132 fclose(command_file); in bootCommand()