Home
last modified time | relevance | path

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

/trunk/main/setup_native/source/win32/customactions/rebase/
H A Drebase.cxx203 std::string sExcludedLibName; in InitExcludeFromRebaseList() local
206 sExcludedLibName = sLibsExcluded.substr( nPos, nDelPos - nPos ); in InitExcludeFromRebaseList()
211 sExcludedLibName = sLibsExcluded.substr( nPos ); in InitExcludeFromRebaseList()
215 if ( sExcludedLibName.size() > 0 ) in InitExcludeFromRebaseList()
217 …OutputDebugStringFormat( "Insert library %s into exclude from rebase list", sExcludedLibName.c_str… in InitExcludeFromRebaseList()
218 rMap.insert( StringPair( sExcludedLibName, true )); in InitExcludeFromRebaseList()

Completed in 12 milliseconds