Home
last modified time | relevance | path

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

/external/skqp/tools/bookmaker/
DbmhParser.cpp1269 string spellFile; in setUpGlobalSubstitutes() local
1271 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()