Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/Support/
DPath.h91 void m_erase_redundant_separator(StringType::size_type sep_pos);
145 m_erase_redundant_separator(sep_pos); in append()
/frameworks/compile/mclinker/lib/Support/
DPath.cpp143 void Path::m_erase_redundant_separator(Path::StringType::size_type pSepPos) { in m_erase_redundant_separator() function in mcld::sys::fs::Path