Home | History | Annotate | Download | only in Support

Lines Matching full:m_path

35     : m_Path(),
44 : m_Path(pPath),
50 if (m_Path == dot_path)
51 detail::get_pwd(m_Path);
52 m_Path.m_append_separator_if_needed();
61 : m_Path(pCopy.m_Path),
79 assign(pCopy.m_Path, pCopy.m_FileStatus, pCopy.m_SymLinkStatus);
89 m_Path = pPath;
90 if (m_Path == dot_path)
91 detail::get_pwd(m_Path);
92 m_Path.m_append_separator_if_needed();
107 detail::status(m_Path, m_FileStatus);
114 detail::symlink_status(m_Path, m_SymLinkStatus);
132 m_Path.native().clear();