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

/gem5/src/sim/
H A Dcxx_manager.cc561 std::size_t dot_i = inp.rfind('.'); local
564 if (dot_i == std::string::npos) {
570 path = std::string(inp, 0, dot_i);
574 port = std::string(inp, dot_i + 1, inp.length() - dot_i);
578 port = std::string(inp, dot_i + 1, (open_square_i - 1) - dot_i);

Completed in 6 milliseconds