Home
last modified time | relevance | path

Searched defs:wpath (Results 1 – 13 of 13) 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.c39 sf_wchar_open (LPCWSTR wpath, int mode, SF_INFO *sfinfo) in sf_wchar_open()
66 copy_filename (SF_PRIVATE *psf, LPCWSTR wpath) in copy_filename()
/third_party/boost/libs/nowide/src/
Dstat.cpp33 const wstackstring wpath(path); in stat() local
39 const wstackstring wpath(path); in stat() local
/third_party/boost/boost/property_tree/
Dptree_fwd.hpp107 typedef string_path<std::wstring, id_translator<std::wstring> > wpath; typedef
/third_party/glib/glib/
Dgdir.c91 wchar_t *wpath; in g_dir_open_with_errno() local
Dgstdio.c1255 wchar_t *wpath = g_utf8_to_utf16 (path, -1, NULL, NULL, NULL); in g_chdir() 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.cc56 LPCWSTR wpath = String::AnsiToUtf16(path); in remove() local
64 LPCWSTR wpath = String::AnsiToUtf16( in _rmdir() local
/third_party/libsnd/include/
Dsndfile.hh428 SndfileHandle::SndfileHandle (LPCWSTR wpath, int mode, int fmt, int chans, int srate) in SndfileHandle()
/third_party/glib/gio/
Dglocalfile.c837 wchar_t *wpath; in get_volume_for_path() local
868 wchar_t *wpath; in find_mountpoint_for() local
/third_party/iowow/src/kv/
Diwal.c1037 char *wpath = malloc(sz + 4 /*-wal*/ + 1 /*\0*/); in iwal_create() local
Diwkv.c3295 char *wpath = 0; in _iwkv_check_online_backup() local
/third_party/boost/boost/filesystem/
Dpath.hpp674 typedef path wpath; typedef