Home
last modified time | relevance | path

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

/external/v8/tools/clang/plugins/
DChromeClassTester.cpp150 std::wstring full_utf16(size_needed, L'\0'); in InBannedDirectory() local
151 GetFullPathNameW(utf16.data(), full_utf16.size(), &full_utf16[0], nullptr); in InBannedDirectory()
153 size_needed = WideCharToMultiByte(CP_UTF8, 0, full_utf16.data(), -1, in InBannedDirectory()
156 WideCharToMultiByte(CP_UTF8, 0, full_utf16.data(), -1, &filename[0], in InBannedDirectory()