Home
last modified time | relevance | path

Searched refs:path16 (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/base/
Ddiskcache_win32.cc34 std::wstring path16 = ToUtf16(folder_); in InitializeEntries() local
35 path16.append(1, '*'); in InitializeEntries()
38 HANDLE find_handle = FindFirstFile(path16.c_str(), &find_data); in InitializeEntries()
61 std::wstring path16 = ToUtf16(folder_); in PurgeFiles() local
62 path16.append(1, '*'); in PurgeFiles()
63 path16.append(1, '\0'); in PurgeFiles()
67 file_op.pFrom = path16.c_str(); in PurgeFiles()
Dwin32filesystem.cc38 std::wstring path16; in CreateFolder() local
39 if (!Utf8ToWindowsFilename(pathname.pathname(), &path16)) in CreateFolder()
42 DWORD res = ::GetFileAttributes(path16.c_str()); in CreateFolder()
61 return (::CreateDirectory(path16.c_str(), NULL) != 0); in CreateFolder()
/external/skia/tests/
DPathOpsBuildUseTest.cpp267 SkPath path16(path); in build1_1() local
268 builder.add(path16, (SkPathOp) 2); in build1_1()
/external/skqp/tests/
DPathOpsBuildUseTest.cpp267 SkPath path16(path); in build1_1() local
268 builder.add(path16, (SkPathOp) 2); in build1_1()