Home
last modified time | relevance | path

Searched defs:wpath (Results 1 – 6 of 6) sorted by relevance

/third_party/protobuf/src/google/protobuf/io/
Dio_win32.cc220 wstring wpath; in as_windows_path() local
258 wstring wpath; in open() local
271 wstring wpath; in mkdir() local
284 wstring wpath; in access() local
297 wstring wpath; in chdir() local
310 wstring wpath; in stat() local
327 wstring wpath; in fopen() local
360 wstring wpath; in testonly_utf8_to_winpath() local
372 wstring wpath; in ExpandWildcards() local
/third_party/libsnd/src/
Dwindows.c36 sf_wchar_open (LPCWSTR wpath, int mode, SF_INFO *sfinfo) in sf_wchar_open()
Dsndfile.c352 LPWSTR wpath ; in sf_open() local
/third_party/python/Python/
Dfileutils.c1222 const wchar_t *wpath = _PyUnicode_AsUnicode(path); in _Py_stat() local
1224 wchar_t *wpath = PyUnicode_AsWideCharString(path, NULL); in _Py_stat() local
1643 const wchar_t *wpath = _PyUnicode_AsUnicode(path); in _Py_fopen_obj() local
1645 wchar_t *wpath = PyUnicode_AsWideCharString(path, NULL); in _Py_fopen_obj() local
/third_party/googletest/googletest/test/
Dgoogletest-filepath-test.cc58 LPCWSTR wpath = String::AnsiToUtf16(path); in remove() local
66 LPCWSTR wpath = in _rmdir() local
/third_party/libsnd/include/
Dsndfile.hh430 SndfileHandle::SndfileHandle (const wchar_t *wpath, int mode, int fmt, int chans, int srate) in SndfileHandle()