Searched refs:wsPath (Results 1 – 2 of 2) sorted by relevance
32 void GetPath(CFX_WideString& wsPath) override;35 bool Init(const CFX_WideStringC& wsPath);48 void CFX_CRTFileAccess::GetPath(CFX_WideString& wsPath) { in GetPath() argument49 wsPath = m_path; in GetPath()57 bool CFX_CRTFileAccess::Init(const CFX_WideStringC& wsPath) { in Init() argument58 m_path = wsPath; in Init()378 const CFX_WideStringC& wsPath) { in CreateDefault() argument379 if (wsPath.GetLength() == 0) in CreateDefault()383 pFA->Init(wsPath); in CreateDefault()
149 const CFX_WideStringC& wsPath);151 virtual void GetPath(CFX_WideString& wsPath) = 0;