Home
last modified time | relevance | path

Searched refs:runPath (Results 1 – 1 of 1) sorted by relevance

/developtools/hdc/src/host/
Dserver.cpp128 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, nul… in PullupServerWin32()
153 …WRITE_LOG(LOG_WARN, "CreateProcess failed with cmd:%s, args:%s, Error Code %d", runPath.c_str(), b… in PullupServerWin32()