OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wfilename
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/base/
win32.cc
382
wchar_t*
wfilename
= STACK_ARRAY(wchar_t, wlen);
local
385
wfilename
, wlen)) {
389
std::replace(
wfilename
,
wfilename
+ wlen, L'/', L'\\');
391
DWORD full_len = ::GetFullPathName(
wfilename
, 0, NULL, NULL);
398
if (0 == ::GetFullPathName(
wfilename
, full_len, start, &filepart)) {
stream.cc
338
std::wstring
wfilename
;
local
339
if (Utf8ToWindowsFilename(filename, &
wfilename
)) {
340
file_ = _wfopen(
wfilename
.c_str(), ToUtf16(mode).c_str());
360
std::wstring
wfilename
;
local
361
if (Utf8ToWindowsFilename(filename, &
wfilename
)) {
362
file_ = _wfsopen(
wfilename
.c_str(), ToUtf16(mode).c_str(), shflag);
Completed in 67 milliseconds