Searched refs:pinfo (Results 1 – 3 of 3) sorted by relevance
909 PROCESS_INFORMATION pinfo; in launch_server() local910 ZeroMemory(&pinfo, sizeof(pinfo)); in launch_server()924 &pinfo )) { in launch_server()930 unique_handle process_handle(pinfo.hProcess); in launch_server()931 pinfo.hProcess = NULL; in launch_server()934 CloseHandle(pinfo.hThread); in launch_server()935 pinfo.hThread = NULL; in launch_server()983 ReportServerStartupFailure(pinfo.dwProcessId); in launch_server()1016 fprintf(stderr, "adb: server is running with process id %lu\n", pinfo.dwProcessId); in launch_server()
3063 PROCESS_INFORMATION pinfo = {}; in adb_launch_process() local3078 &pinfo); in adb_launch_process()3087 ::CloseHandle(pinfo.hThread); in adb_launch_process()3088 return Process(pinfo.hProcess); in adb_launch_process()
193 final PackageInfo pinfo = getPackageManager().getPackageInfo(getPackageName(), 0); in onCreateOptionsMenu() local195 getString(R.string.menu_version, pinfo.versionName)) in onCreateOptionsMenu()