Searched refs:aSpec (Results 1 - 8 of 8) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/components/
H A DnsIComponentRegistrar.idl62 * @param aSpec : Filename spec for component file's location. If aSpec
65 * If the aSpec is null, then the application component's
72 void autoRegister(in nsIFile aSpec);
80 * @param aSpec : Filename spec for component file's location. If aSpec
83 * If aSpec is null, then the application component's
90 void autoUnregister(in nsIFile aSpec);
H A DnsNativeComponentLoader.h71 nsresult CreateDll(nsIFile *aSpec, const char *aLocation, nsDll **aDll);
H A DnsIComponentManagerObsolete.idl127 string registryLocationForSpec(in nsIFile aSpec);
185 * @param aSpec : Filename spec for module's location.
195 in string aContractID, in nsIFile aSpec,
H A DnsComponentManager.cpp2476 nsComponentManagerImpl::RegistryLocationForSpec(nsIFile *aSpec, argument
2484 if (!aSpec) {
2493 mComponentsDir->Contains(aSpec, PR_TRUE, &containedIn);
2498 rv = aSpec->GetNativePath(nativePathString);
2509 mGREComponentsDir->Contains(aSpec, PR_TRUE, &containedIn);
2512 rv = aSpec->GetNativePath(nativePathString);
2521 rv = aSpec->GetNativePath(nativePathString);
2529 nsIFile **aSpec)
2534 if (!aLocation || !aSpec)
2544 file->QueryInterface(NS_GET_IID(nsILocalFile), (void**)aSpec);
2528 SpecForRegistryLocation(const char *aLocation, nsIFile **aSpec) argument
2688 RegisterComponentWithType(const nsCID &aClass, const char *aClassName, const char *aContractID, nsIFile *aSpec, const char *aLocation, PRBool aReplace, PRBool aPersist, const char *aType) argument
3371 AutoRegister(nsIFile *aSpec) argument
3386 AutoUnregister(nsIFile *aSpec) argument
[all...]
H A DnsComponentManager.h118 NS_IMETHOD AutoRegister(nsIFile *aSpec);
119 NS_IMETHOD AutoUnregister(nsIFile *aSpec);
H A DnsNativeComponentLoader.cpp1058 nsNativeComponentLoader::CreateDll(nsIFile *aSpec, argument
1075 if (!aSpec)
1088 spec = aSpec;
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsLocalFileMac.h105 nsLocalFile(const FSSpec& aSpec, const nsACString& aAppendedPath);
H A DnsLocalFileMac.cpp170 static inline void ClearFSSpec(FSSpec& aSpec) argument
172 aSpec.vRefNum = 0;
173 aSpec.parID = 0;
174 aSpec.name[0] = 0;
948 nsLocalFile::nsLocalFile(const FSSpec& aSpec, const nsACString& aAppendedPath) : argument
952 mSpec(aSpec),

Completed in 930 milliseconds