Searched refs:pCommand (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython3/Tools/msi/bundle/bootstrap/ |
D | pythonba.cpp | 42 __in const BOOTSTRAPPER_COMMAND* pCommand, in BootstrapperApplicationCreate() argument 50 hr = CreateBootstrapperApplication(vhInstance, FALSE, S_OK, pEngine, pCommand, ppApplication); in BootstrapperApplicationCreate() 67 __in const BOOTSTRAPPER_COMMAND* pCommand, in MbaPrereqBootstrapperApplicationCreate() argument
|
D | pch.h | 55 __in const BOOTSTRAPPER_COMMAND* pCommand,
|
D | PythonBootstrapperApplication.cpp | 3059 __in const BOOTSTRAPPER_COMMAND* pCommand in PythonBootstrapperApplication() argument 3060 ) : CBalBaseBootstrapperApplication(pEngine, pCommand, 3, 3000) { in PythonBootstrapperApplication() 3062 memcpy_s(&_command, sizeof(_command), pCommand, sizeof(BOOTSTRAPPER_COMMAND)); in PythonBootstrapperApplication() 3222 __in const BOOTSTRAPPER_COMMAND* pCommand, in CreateBootstrapperApplication() argument 3234 …ion = new PythonBootstrapperApplication(hModule, fPrereq, hrHostInitialization, pEngine, pCommand); in CreateBootstrapperApplication()
|