Searched refs:sockPath (Results 1 – 1 of 1) sorted by relevance
92 int socketInit(const std::string& sockPath) in socketInit() argument98 if (strnlen(sockPath.c_str(), sizeof(socketAddr.sun_path)) == in socketInit()109 strncpy(sunPathSpan.data(), sockPath.c_str(), sunPathSpan.size() - 1); in socketInit()