Searched refs:pathw (Results 1 – 2 of 2) sorted by relevance
209 const std::string& path, const std::wstring& pathw, in GetFstreamByPath() argument213 if (!pathw.empty()) { in GetFstreamByPath()214 return std::make_shared<std::fstream>(pathw, mode); in GetFstreamByPath()217 ((void)(pathw)); in GetFstreamByPath()
49 const std::wstring& pathw,
Completed in 3 milliseconds