Searched refs:spellFile (Results 1 – 1 of 1) sorted by relevance
1269 string spellFile; in setUpGlobalSubstitutes() local1271 spellFile = fRawFilePathDir; in setUpGlobalSubstitutes()1276 spellFile = fRawFilePathDir.substr(0, slash); in setUpGlobalSubstitutes()1278 spellFile += '/'; in setUpGlobalSubstitutes()1279 spellFile += kSpellingFileName; in setUpGlobalSubstitutes()1280 FILE* file = fopen(spellFile.c_str(), "r"); in setUpGlobalSubstitutes()1282 SkDebugf("missing %s\n", spellFile.c_str()); in setUpGlobalSubstitutes()