Home
last modified time | relevance | path

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

/external/python/cpython3/PC/
Dlauncher.c1888 DWORD len, cch, cch_actual; in process() local
1911 cch_actual = MultiByteToWideChar(CP_UTF8, 0, start, len, executable, cch); in process()
1912 if (!cch_actual) { in process()
1916 if (executable[cch_actual - 1] != L'\\') { in process()
1917 executable[cch_actual++] = L'\\'; in process()
1918 executable[cch_actual] = L'\0'; in process()