Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rktoolkit/
H A Dupdate.c108 FILE *misc_file; in bootCommand() local
124 if((misc_file = fopen(MISC_FILE_PATH,"wb")) == NULL){ in bootCommand()
136 fseek(misc_file, MISC_MSG_OFFSET, SEEK_SET); in bootCommand()
147 fwrite(&msg, sizeof(msg), 1, misc_file); in bootCommand()
148 fclose(misc_file); in bootCommand()