Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/xml/
Dcfx_xmlnode.cpp87 WideString csPath; in GetPath() local
95 csPath += ch; in GetPath()
99 if (csPath.GetLength() < 1) { in GetPath()
101 } else if (csPath.Compare(L"..") == 0) { in GetPath()
103 } else if (csPath.Compare(L".") == 0) { in GetPath()
115 if (wsTag.Compare(csPath) == 0) { in GetPath()