Home
last modified time | relevance | path

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

/openbmc/phosphor-debug-collector/
H A Ddump_offload.cpp92 int socketInit(const std::string& sockPath) in socketInit() argument
98 if (strnlen(sockPath.c_str(), sizeof(socketAddr.sun_path)) == in socketInit()
109 strncpy(sunPathSpan.data(), sockPath.c_str(), sunPathSpan.size() - 1); in socketInit()