OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:path16
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/base/
diskcache_win32.cc
34
std::wstring
path16
= ToUtf16(folder_);
local
35
path16
.append(1, '*');
38
HANDLE find_handle = FindFirstFile(
path16
.c_str(), &find_data);
61
std::wstring
path16
= ToUtf16(folder_);
local
62
path16
.append(1, '*');
63
path16
.append(1, '\0');
67
file_op.pFrom =
path16
.c_str();
win32filesystem.cc
38
std::wstring
path16
;
39
if (!Utf8ToWindowsFilename(pathname.pathname(), &
path16
))
42
DWORD res = ::GetFileAttributes(
path16
.c_str());
61
return (::CreateDirectory(
path16
.c_str(), NULL) != 0);
/external/skia/tests/
PathOpsBuildUseTest.cpp
267
SkPath
path16
(path);
268
builder.add(
path16
, (SkPathOp) 2);
[
all
...]
/external/skqp/tests/
PathOpsBuildUseTest.cpp
267
SkPath
path16
(path);
268
builder.add(
path16
, (SkPathOp) 2);
[
all
...]
Completed in 168 milliseconds