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

/frameworks/compile/mclinker/lib/Support/
H A DPath.cpp175 size_t begin_pos = m_PathName.find_last_of(separator) + 1; local
177 Path result_path(m_PathName.substr(begin_pos, end_pos - begin_pos));

Completed in 64 milliseconds