Home
last modified time | relevance | path

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

/developtools/profiler/device/base/src/
Dcommon.cpp361 std::string rangeStr; in GetServicePort() local
362 …::istreambuf_iterator<char>(file), std::istreambuf_iterator<char>(), std::back_inserter(rangeStr)); in GetServicePort()
366 std::istringstream istr(rangeStr); in GetServicePort()