Home
last modified time | relevance | path

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

/external/python/cpython3/PC/
Dlauncher.c26 #define RC_CREATE_PROCESS 101 macro
661 error(RC_CREATE_PROCESS, L"Job information querying failed"); in run_child()
667 error(RC_CREATE_PROCESS, L"Job information setting failed"); in run_child()
682 error(RC_CREATE_PROCESS, L"control handler setting failed"); in run_child()
688 error(RC_CREATE_PROCESS, L"Unable to create process using '%ls'", cmdline); in run_child()
694 error(RC_CREATE_PROCESS, L"Failed to get exit code of process"); in run_child()
721 error(RC_CREATE_PROCESS, L"unable to allocate %d bytes for child command.", in invoke_child()