Home
last modified time | relevance | path

Searched refs:command_file (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/rktoolkit/
H A Dupdate.c106 FILE *command_file; in bootCommand() local
114 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()