Home
last modified time | relevance | path

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

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

Completed in 3 milliseconds