Home
last modified time | relevance | path

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

/third_party/python/PC/
H A Dlauncher.c1911 DWORD len, cch, cch_actual; in process() local
1936 cch_actual = MultiByteToWideChar(CP_UTF8, 0, start, len, &executable[1], cch - 1); in process()
1937 if (!cch_actual) { in process()
1941 cch_actual += 1; /* account for the first quote */ in process()
1942 executable[cch_actual] = L'\0'; in process()
1943 if (executable[cch_actual - 1] != L'\\') { in process()
1944 executable[cch_actual++] = L'\\'; in process()
1945 executable[cch_actual] = L'\0'; in process()

Completed in 4 milliseconds