Lines Matching defs:aLocation
361 const char *aLocation,
368 mLocation = ArenaStrndup(aLocation, locationlen, &nsComponentManagerImpl::gComponentManager->mArena);
397 nsFactoryEntry::ReInit(const nsCID &aClass, const char *aLocation, int aType)
406 mLocation = ArenaStrdup(aLocation, &nsComponentManagerImpl::gComponentManager->mArena);
2528 nsComponentManagerImpl::SpecForRegistryLocation(const char *aLocation,
2531 // i18n: assuming aLocation is encoded for the current locale
2534 if (!aLocation || !aSpec)
2538 if (!strncmp(aLocation, XPCOM_ABSCOMPONENT_PREFIX, 4)) {
2543 rv = file->InitWithNativePath(nsDependentCString((char *)aLocation + 4));
2548 if (!strncmp(aLocation, XPCOM_RELCOMPONENT_PREFIX, 4)) {
2558 rv = file->AppendRelativeNativePath(nsDependentCString(aLocation + 4));
2563 if (!strncmp(aLocation, XPCOM_GRECOMPONENT_PREFIX, 4)) {
2573 rv = file->AppendRelativeNativePath(nsDependentCString(aLocation + 4));
2692 const char *aLocation,
2700 aLocation,
2701 aLocation ? strlen(aLocation) : 0,