Home
last modified time | relevance | path

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

/developtools/profiler/device/base/src/
Dcommon.cpp357 const std::string portRangePath = "/proc/sys/net/ipv4/ip_local_port_range"; in GetServicePort() local
358 std::ifstream file(portRangePath.c_str()); in GetServicePort()
359 CHECK_TRUE(file.is_open(), -1, "Open file failed! filePath:%s", portRangePath.c_str()); in GetServicePort()