Searched refs:end_pos (Results 1 – 1 of 1) sorted by relevance
174 size_t end_pos = m_PathName.find_last_of(separator); in parent_path() local175 if (end_pos != StringType::npos) in parent_path()176 return Path(m_PathName.substr(0, end_pos)); in parent_path()193 size_t end_pos = m_PathName.find_last_of(dot); in stem() local194 Path result_path(m_PathName.substr(begin_pos, end_pos - begin_pos)); in stem()