OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Utf8ToWindowsFilename
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/base/
win32.h
85
bool
Utf8ToWindowsFilename
(const std::string& utf8, std::wstring* filename);
win32.cc
369
bool
Utf8ToWindowsFilename
(const std::string& utf8, std::wstring* filename) {
win32filesystem.cc
39
if (!
Utf8ToWindowsFilename
(pathname.pathname(), &path16))
stream.cc
339
if (
Utf8ToWindowsFilename
(filename, &wfilename)) {
361
if (
Utf8ToWindowsFilename
(filename, &wfilename)) {
Completed in 814 milliseconds