Searched defs:aRegistryName (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/components/
H A DnsComponentManager.cpp2477 char **aRegistryName)
2485 *aRegistryName = PL_strdup("");
2503 return MakeRegistryName(relativeLocation, XPCOM_RELCOMPONENT_PREFIX, aRegistryName);
2517 return MakeRegistryName(relativeLocation, XPCOM_GRECOMPONENT_PREFIX, aRegistryName);
2524 return MakeRegistryName(nativePathString.get(), XPCOM_ABSCOMPONENT_PREFIX, aRegistryName);
2746 * Once we enter this function, we own aRegistryName, and must free it
2756 const char *aRegistryName,
2778 aRegistryName, aType));
2800 entry->ReInit(aClass, aRegistryName, typeIndex);
2812 aRegistryName, aRegistryNameLe
2476 RegistryLocationForSpec(nsIFile *aSpec, char **aRegistryName) argument
2752 RegisterComponentCommon(const nsCID &aClass, const char *aClassName, const char *aContractID, PRUint32 aContractIDLen, const char *aRegistryName, PRUint32 aRegistryNameLen, PRBool aReplace, PRBool aPersist, const char *aType) argument
[all...]

Completed in 53 milliseconds