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

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

Completed in 94 milliseconds