Searched refs:pinfo (Results 1 – 4 of 4) sorted by relevance
64 PROCESS_INFORMATION pinfo; in execNoWait() local66 ZeroMemory(&pinfo, sizeof(pinfo)); in execNoWait()83 &pinfo); in execNoWait()86 CloseHandle(pinfo.hProcess); in execNoWait()87 CloseHandle(pinfo.hThread); in execNoWait()98 PROCESS_INFORMATION pinfo; in execWait() local100 ZeroMemory(&pinfo, sizeof(pinfo)); in execWait()117 &pinfo); in execWait()121 WaitForSingleObject(pinfo.hProcess, INFINITE); in execWait()124 if (GetExitCodeProcess(pinfo.hProcess, &exitCode)) { in execWait()[all …]
427 PROCESS_INFORMATION pinfo; in getJavaVersion() local450 ZeroMemory(&pinfo, sizeof(pinfo)); in getJavaVersion()471 &pinfo); in getJavaVersion()514 WaitForSingleObject(pinfo.hProcess, INFINITE); in getJavaVersion()517 if (GetExitCodeProcess(pinfo.hProcess, &exitCode)) { in getJavaVersion()522 CloseHandle(pinfo.hProcess); in getJavaVersion()523 CloseHandle(pinfo.hThread); in getJavaVersion()
74 PROCESS_INFORMATION pinfo; in sdk_launcher() local78 ZeroMemory(&pinfo, sizeof(pinfo)); in sdk_launcher()112 &pinfo); in sdk_launcher()
74 PROCESS_INFORMATION pinfo; in avd_launcher() local78 ZeroMemory(&pinfo, sizeof(pinfo)); in avd_launcher()112 &pinfo); in avd_launcher()