Home
last modified time | relevance | path

Searched refs:old_size (Results 1 – 1 of 1) sorted by relevance

/frameworks/compile/mclinker/lib/Support/
DPath.cpp77 unsigned int old_size = m_PathName.size()-1; in append() local
78 unsigned int new_size = old_size + pPath.native().size(); in append()
81 strcpy(const_cast<char*>(m_PathName.data()+old_size), pPath.native().data()); in append()