Home
last modified time | relevance | path

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

/arkcompiler/toolchain/inspector/
Dws_server.cpp56 std::string instanceIdStr(""); in RunServer() local
59 instanceIdStr = std::to_string(debugInfo_.instanceId); in RunServer()
61 std::string sockName = pidStr + instanceIdStr + debugInfo_.componentName; in RunServer()
63 appPid, instanceIdStr.c_str(), debugInfo_.componentName.c_str()); in RunServer()