Home
last modified time | relevance | path

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

/third_party/skia/src/ports/
DSkOSFile_stdio.cpp63 wchar_t wperms[4] = {(wchar_t)perm[0], (wchar_t)perm[1], (wchar_t)perm[2], (wchar_t)perm[3]}; in fopen_win() local
64 return _wfopen((wchar_t*)wchars.data(), wperms); in fopen_win()
/third_party/flutter/skia/src/ports/
DSkOSFile_stdio.cpp62 wchar_t wperms[4] = {(wchar_t)perm[0], (wchar_t)perm[1], (wchar_t)perm[2], (wchar_t)perm[3]}; in fopen_win() local
63 return _wfopen((wchar_t*)wchars.data(), wperms); in fopen_win()