Home | History | Annotate | Download | only in share

Lines Matching refs:FILE

5  * you may not use this file except in compliance with the License.
58 // XXX File load and write are thread-safe by g_mutex_
294 // lemmas and try to reload dict file.
520 // Others updated disk file, have to reload
993 const char * file = strdup(dict_file_);
994 if (!file)
997 load_dict(file, start_id, kUserDictIdEnd);
998 free((void*)file);
1005 bool UserDict::reset(const char *file) {
1006 FILE *fp = fopen(file, "w+");
1019 unlink(file);
1026 bool UserDict::validate(const char *file) {
1029 FILE *fp = fopen(file, "rb");
1085 bool UserDict::load(const char *file, LemmaIdType start_id) {
1091 FILE *fp = fopen(file, "rb");
1665 // to user dictionary file.