Home
last modified time | relevance | path

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

/developtools/hdc/hdc_rust/src/cffi/
H A Dutils.cpp175 STARTUPINFO si = {}; in LaunchServerWin32() local
177 ZeroMemory(&si, sizeof(si)); in LaunchServerWin32()
187 si.cb = sizeof(STARTUPINFO); in LaunchServerWin32()
188 if (!CreateProcess(runPath, buf, nullptr, nullptr, false, DETACHED_PROCESS, nullptr, nullptr, &si, &pi)) { in LaunchServerWin32()
/developtools/hapsigner/hapsigntool_cpp_test/unittest/hapVerify/
H A Drandom_access_file_test.cpp100 SignatureInfo si; in HWTEST_F() local
101 sumLen = HapSignerBlockUtils::CreatTestZipFile(testFile, si); in HWTEST_F()
/developtools/hdc/src/host/
H A Dclient.cpp242 STARTUPINFO si; in RunCommandWin32() local
256 ZeroMemory(&si, sizeof(STARTUPINFO)); in RunCommandWin32()
257 si.cb = sizeof(STARTUPINFO); in RunCommandWin32()
258 GetStartupInfo(&si); in RunCommandWin32()
259 si.hStdError = hSubWrite; in RunCommandWin32()
260 si.hStdOutput = hSubWrite; in RunCommandWin32()
261 si.hStdInput = hSubRead; in RunCommandWin32()
262 si.wShowWindow = SW_HIDE; in RunCommandWin32()
263 si.dwFlags = STARTF_USESTDHANDLES | STARTF_USESHOWWINDOW; in RunCommandWin32()
271 if (!CreateProcess(_T(exePath.c_str()), _T(buffer), NULL, NULL, true, NULL, NULL, NULL, &si, in RunCommandWin32()
[all...]
H A Dserver.cpp145 STARTUPINFO si = {}; in PullupServerWin32() local
146 si.cb = sizeof(STARTUPINFO); in PullupServerWin32()
149 si.dwFlags = STARTF_USESHOWWINDOW; in PullupServerWin32()
150 si.wShowWindow = SW_HIDE; in PullupServerWin32()
152 if (!CreateProcess(runPath.c_str(), buf, nullptr, nullptr, false, CREATE_NEW_CONSOLE, nullptr, nullptr, &si, &pi)) { in PullupServerWin32()
/developtools/hapsigner/hapsigntool_cpp/profile/include/
H A Dpkcs7_data.h128 int Pkcs7SignAttr(PKCS7_SIGNER_INFO* si);
130 int Pkcs7AddTimeDigestAndSignAttr(PKCS7_SIGNER_INFO* si, EVP_MD_CTX* mctx);
/developtools/hdc/src/common/
H A Dbase.cpp291 STARTUPINFO si; in CompressLogFile() local
293 ZeroMemory(&si, sizeof(si)); in CompressLogFile()
294 si.cb = sizeof(si); in CompressLogFile()
296 if (!CreateProcess(GetTarBinFile().c_str(), buf, NULL, NULL, FALSE, 0, NULL, NULL, &si, &pi)) { in CompressLogFile()
/developtools/profiler/hiebpf/include/
H A Dvmlinux.h54492 struct sctp_stream_interleave *si; global() member
[all...]

Completed in 406 milliseconds