Searched refs:path16 (Results 1 – 4 of 4) sorted by relevance
34 std::wstring path16 = ToUtf16(folder_); in InitializeEntries() local35 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() local62 path16.append(1, '*'); in PurgeFiles()63 path16.append(1, '\0'); in PurgeFiles()67 file_op.pFrom = path16.c_str(); in PurgeFiles()
38 std::wstring path16; in CreateFolder() local39 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()
267 SkPath path16(path); in build1_1() local268 builder.add(path16, (SkPathOp) 2); in build1_1()