Home
last modified time | relevance | path

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

/dports/chinese/fcitx/fcitx-4.2.9.7/src/im/pinyin/
H A Dpy.c2136 struct stat olduserphrasestat, oldpyindexstat, newuserphrasestat, newpyindexstat; in PinyinMigration() local
2140 … if (stat(oldpyindex, &oldpyindexstat) == 0 || stat(olduserphrase, &olduserphrasestat) == 0) { in PinyinMigration()