Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
Dfx_extension.cpp32 void GetPath(CFX_WideString& wsPath) override;
35 bool Init(const CFX_WideStringC& wsPath);
48 void CFX_CRTFileAccess::GetPath(CFX_WideString& wsPath) { in GetPath() argument
49 wsPath = m_path; in GetPath()
57 bool CFX_CRTFileAccess::Init(const CFX_WideStringC& wsPath) { in Init() argument
58 m_path = wsPath; in Init()
378 const CFX_WideStringC& wsPath) { in CreateDefault() argument
379 if (wsPath.GetLength() == 0) in CreateDefault()
383 pFA->Init(wsPath); in CreateDefault()
Dfx_stream.h149 const CFX_WideStringC& wsPath);
151 virtual void GetPath(CFX_WideString& wsPath) = 0;