Searched refs:dlls (Results 1 – 3 of 3) sorted by relevance
684 Dlls dlls; member688 Dlls::iterator i(dlls.find(name)); in getDll()689 if (i == dlls.end()) { in getDll()690 i = dlls.insert(Dlls::value_type(name, new Dll)).first; in getDll()693 dlls.erase(i); in getDll()722 impl_->dlls.erase(library); in FreeDll()
48 service names which in turn are associated with modules (or dlls). The
5758 dnl Windows builds - use oowintool to copy CRT dlls and manifest5761 if $OOWINTOOL --msvc-copy-dlls ./external/msvcp ; then