Searched refs:aLibrary (Results 1 - 4 of 4) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/components/
H A DnsComponentManagerObsolete.h134 nsIFile *aLibrary,
155 const char *aLibrary);
H A DnsComponentManagerObsolete.cpp150 nsIFile *aLibrary,
158 aLibrary, aReplace, aPersist);
188 const char *aLibrary)
193 return cm->UnregisterComponent(aClass, aLibrary);
147 RegisterComponentSpec(const nsCID &aClass, const char *aClassName, const char *aContractID, nsIFile *aLibrary, PRBool aReplace, PRBool aPersist) argument
187 UnregisterComponent(const nsCID &aClass, const char *aLibrary) argument
H A DnsIComponentManagerObsolete.idl209 * @param aLibrary : File specification Location of module (dll).
215 in string aContractID, in nsIFile aLibrary,
/vbox/src/VBox/Main/src-server/
H A DVRDEServerImpl.cpp668 HRESULT VRDEServer::getAuthLibrary(com::Utf8Str &aLibrary) argument
671 aLibrary = mData->mAuthLibrary;
674 if (aLibrary.isEmpty())
684 aLibrary = Utf8Str(strlib).c_str();
695 HRESULT VRDEServer::setAuthLibrary(const com::Utf8Str &aLibrary) argument
703 if (mData->mAuthLibrary != aLibrary)
706 mData->mAuthLibrary = aLibrary;

Completed in 58 milliseconds