Home
last modified time | relevance | path

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

/third_party/boost/boost/beast/core/detail/
Dwin32_unicode_path.hpp31 win32_unicode_path(const char* utf8_path, error_code& ec) { in win32_unicode_path() argument
32 int ret = mb2wide(utf8_path, static_buf_.data(), in win32_unicode_path()
36 int sz = mb2wide(utf8_path, nullptr, 0); in win32_unicode_path()
44 int ret2 = mb2wide(utf8_path, in win32_unicode_path()
64 int mb2wide(const char* utf8_path, WCHAR_* buf, size_t sz) in mb2wide() argument
69 utf8_path, -1, in mb2wide()
/third_party/boost/libs/beast/include/boost/beast/core/detail/
Dwin32_unicode_path.hpp31 win32_unicode_path(const char* utf8_path, error_code& ec) { in win32_unicode_path() argument
32 int ret = mb2wide(utf8_path, static_buf_.data(), in win32_unicode_path()
36 int sz = mb2wide(utf8_path, nullptr, 0); in win32_unicode_path()
44 int ret2 = mb2wide(utf8_path, in win32_unicode_path()
64 int mb2wide(const char* utf8_path, WCHAR_* buf, size_t sz) in mb2wide() argument
69 utf8_path, -1, in mb2wide()
/third_party/glib/glib/
Dgdir.c147 gchar *utf8_path; in g_dir_open() local
151 utf8_path = g_filename_to_utf8 (path, -1, NULL, NULL, NULL); in g_dir_open()
154 _("Error opening directory “%s”: %s"), utf8_path, g_strerror (saved_errno)); in g_dir_open()
155 g_free (utf8_path); in g_dir_open()
/third_party/python/Modules/
D_tkinter.c820 PyObject *utf8_path; in Tkapp_New() local
830 utf8_path = PyUnicode_AsUTF8String(str_path); in Tkapp_New()
831 if (utf8_path == NULL) { in Tkapp_New()
836 PyBytes_AS_STRING(utf8_path), in Tkapp_New()
838 Py_DECREF(utf8_path); in Tkapp_New()
/third_party/glib/gio/
Dglocalfile.c869 char *utf8_path; in find_mountpoint_for() local
875 utf8_path = g_utf16_to_utf8 (wpath, -1, NULL, NULL, NULL); in find_mountpoint_for()
878 return utf8_path; in find_mountpoint_for()