Home
last modified time | relevance | path

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

/dports/devel/codeblocks/codeblocks-20.03/src/sdk/
H A Dcbproject.cpp101 m_CommonTopLevelPath = GetBasePath() + wxFileName::GetPathSeparator(); in cbProject()
198 m_CommonTopLevelPath = p.m_CommonTopLevelPath; in operator =()
490 m_CommonTopLevelPath = base.GetFullPath(); in CalculateCommonTopLevelPath()
491 …r::Get()->GetLogManager()->DebugLog(_T("Project's common toplevel path: ") + m_CommonTopLevelPath); in CalculateCommonTopLevelPath()
510 relFileCTLP.MakeRelativeTo( m_CommonTopLevelPath ); in CalculateCommonTopLevelPath()
535 return m_CommonTopLevelPath; in GetCommonTopLevelPath()
925 if ( !fullFilename.StartsWith(m_CommonTopLevelPath) ) in AddFile()
930 …veToCommonTopLevelPath = fullFilename.Right(fullFilename.Length() - m_CommonTopLevelPath.Length()); in AddFile()
/dports/devel/codeblocks/codeblocks-20.03/src/include/
H A Dcbproject.h754 wxString m_CommonTopLevelPath; variable