Home
last modified time | relevance | path

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

/dports/security/openvpn/openvpn-2.5.6/src/openvpnserv/
H A Dvalidate.c68 WCHAR widepath[MAX_PATH]; in CheckConfigPath() local
85 if (MultiByteToWideChar(CP_UTF8, 0, s->config_dir, -1, widepath, MAX_PATH) == 0) in CheckConfigPath()
90 config_dir = widepath; in CheckConfigPath()
/dports/security/openvpn-mbedtls/openvpn-2.5.6/src/openvpnserv/
H A Dvalidate.c68 WCHAR widepath[MAX_PATH]; in CheckConfigPath() local
85 if (MultiByteToWideChar(CP_UTF8, 0, s->config_dir, -1, widepath, MAX_PATH) == 0) in CheckConfigPath()
90 config_dir = widepath; in CheckConfigPath()
/dports/devel/xmltooling/xmltooling-3.2.1/xmltoolingtest/
H A DDataSealerTest.h90 auto_ptr_XMLCh widepath(sealerpath.c_str()); in testVersionedDataSealer()
91 root->setAttributeNS(nullptr, _path, widepath.get()); in testVersionedDataSealer()
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/slic3r/GUI/
H A DGUI.cpp492 const wxString widepath = from_u8(path); in desktop_open_datadir_folder() local
493 const wchar_t *argv[] = { L"explorer", widepath.GetData(), nullptr }; in desktop_open_datadir_folder()
H A DNotificationManager.cpp84 const wxString widepath = from_u8(path); in open_folder() local
85 const wchar_t* argv[] = { L"explorer", widepath.GetData(), nullptr }; in open_folder()