Home
last modified time | relevance | path

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

/external/skqp/tools/bookmaker/
DtextParser.cpp23 TCHAR pathChars[MAX_PATH]; in ReportFilename() local
24 DWORD pathLen = GetCurrentDirectory(MAX_PATH, pathChars); in ReportFilename()
26 fullName += pathChars[index] == (char)pathChars[index] ? (char)pathChars[index] : '?'; in ReportFilename()