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

/frameworks/compile/mclinker/lib/Support/
H A DPath.cpp145 size_t end_pos = m_PathName.find_last_of(separator); local
146 if (end_pos != StringType::npos)
147 return Path(m_PathName.substr(0, end_pos));
154 size_t end_pos = m_PathName.find_last_of("."); local
155 Path result_path(m_PathName.substr(begin_pos, end_pos - begin_pos));

Completed in 47 milliseconds