Home
last modified time | relevance | path

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

/external/skia/tools/bookmaker/
DparserCommon.cpp72 fRawFilePathDir = string(fileOrPath); in parseFile()
103 fRawFilePathDir = string(statusFile); in parseStatus()
DparserCommon.h237 string fRawFilePathDir; variable
DbmhParser.cpp1267 size_t slash = fRawFilePathDir.rfind('/'); in setUpGlobalSubstitutes()
1268 size_t bslash = fRawFilePathDir.rfind('\\'); in setUpGlobalSubstitutes()
1271 spellFile = fRawFilePathDir; in setUpGlobalSubstitutes()
1276 spellFile = fRawFilePathDir.substr(0, slash); in setUpGlobalSubstitutes()
/external/skqp/tools/bookmaker/
DparserCommon.cpp72 fRawFilePathDir = string(fileOrPath); in parseFile()
103 fRawFilePathDir = string(statusFile); in parseStatus()
DparserCommon.h235 string fRawFilePathDir; variable
DbmhParser.cpp1267 size_t slash = fRawFilePathDir.rfind('/'); in setUpGlobalSubstitutes()
1268 size_t bslash = fRawFilePathDir.rfind('\\'); in setUpGlobalSubstitutes()
1271 spellFile = fRawFilePathDir; in setUpGlobalSubstitutes()
1276 spellFile = fRawFilePathDir.substr(0, slash); in setUpGlobalSubstitutes()