Searched refs:runPath (Results 1 - 4 of 4) sorted by relevance
/developtools/hdc/hdc_rust/src/cffi/ |
H A D | utils.h | 23 __declspec(dllexport) bool PullupServerWin32(const char *runPath, const char *listenString, int logLevel);
|
H A D | utils.cpp | 172 __declspec(dllexport) bool LaunchServerWin32(const char *runPath, const char *listenString, int logLevel) in LaunchServerWin32() argument 188 if (!CreateProcess(runPath, buf, nullptr, nullptr, false, DETACHED_PROCESS, nullptr, nullptr, &si, &pi)) { in LaunchServerWin32()
|
/developtools/hdc/src/host/ |
H A D | server.cpp | 128 std::string runPath = shortPath; in PullupServerWin32() local 136 runPath = uvPath.substr(uvPath.find_last_of("/\\") + 1); in PullupServerWin32() 138 WRITE_LOG(LOG_DEBUG, "server shortpath:[%s] runPath:[%s]", shortPath, runPath.c_str()); in PullupServerWin32() 144 WRITE_LOG(LOG_DEBUG, "Run server in debug-forground, cmd:%s, args:%s", runPath.c_str(), buf); in PullupServerWin32() 152 if (!CreateProcess(runPath.c_str(), buf, nullptr, nullptr, false, CREATE_NEW_CONSOLE, nullptr, nullptr, &si, &pi)) { in PullupServerWin32() 153 WRITE_LOG(LOG_WARN, "CreateProcess failed with cmd:%s, args:%s, Error Code %d", runPath.c_str(), buf, in PullupServerWin32()
|
/developtools/hdc/hdc_rust/src/host/ |
H A D | server.rs | 42 runPath: *const c_char, in LaunchServerWin32()
|
Completed in 4 milliseconds