Home
last modified time | relevance | path

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

/external/python/cpython3/PC/
Dlauncher.c1757 DWORD len, cch, cch_actual; in process() local
1780 cch_actual = MultiByteToWideChar(CP_UTF8, 0, start, len, executable, cch); in process()
1781 if (!cch_actual) { in process()
1785 if (executable[cch_actual - 1] != L'\\') { in process()
1786 executable[cch_actual++] = L'\\'; in process()
1787 executable[cch_actual] = L'\0'; in process()