Searched refs:old_size (Results 1 – 1 of 1) sorted by relevance
77 unsigned int old_size = m_PathName.size()-1; in append() local78 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()