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

/bind-9.11.3/unit/atf-src/tools/
H A Dfs.cpp300 const std::string::size_type next_pos = in.find('/', pos); local
302 const std::string component = in.substr(pos, next_pos - pos);
310 if (next_pos == std::string::npos)
311 pos = next_pos;
313 pos = next_pos + 1;

Completed in 1720 milliseconds