Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/io/
Dio_win32.cc215 bool as_windows_path(const char* path, wstring* result) { in as_windows_path() function
259 if (!as_windows_path(path, &wpath)) { in open()
272 if (!as_windows_path(path, &wpath)) { in mkdir()
285 if (!as_windows_path(path, &wpath)) { in access()
298 if (!as_windows_path(path, &wpath)) { in chdir()
311 if (!as_windows_path(path, &wpath)) { in stat()
328 if (!as_windows_path(path, &wpath)) { in fopen()
361 return as_windows_path(path, &wpath) ? wpath : wstring(); in testonly_utf8_to_winpath()
373 if (!as_windows_path(path.c_str(), &wpath)) { in ExpandWildcards()