Searched defs:end_pos (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/mclinker/lib/Support/
H A DPath.cpp174 size_t end_pos = m_PathName.find_last_of(separator); local
175 if (end_pos != StringType::npos)
176 return Path(m_PathName.substr(0, end_pos));
193 size_t end_pos = m_PathName.find_last_of(dot); local
194 Path result_path(m_PathName.substr(begin_pos, end_pos - begin_pos));

Completed in 433 milliseconds