Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/io/
Dio_win32.cc238 std::unique_ptr<WCHAR[]> wcwd(new WCHAR[size]); in as_windows_path() local
239 ::GetCurrentDirectoryW(size, wcwd.get()); in as_windows_path()
240 wpath = join_paths(wcwd.get(), wpath); in as_windows_path()