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

/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsLocalFileOS2.cpp1413 nsLocalFile::GetPersistentDescriptor(nsACString &aPersistentDescriptor) argument
1415 return GetNativePath(aPersistentDescriptor);
1419 nsLocalFile::SetPersistentDescriptor(const nsACString &aPersistentDescriptor) argument
1421 return InitWithNativePath(aPersistentDescriptor);
H A DnsLocalFileUnix.cpp1553 nsLocalFile::GetPersistentDescriptor(nsACString &aPersistentDescriptor) argument
1555 return GetNativePath(aPersistentDescriptor);
1559 nsLocalFile::SetPersistentDescriptor(const nsACString &aPersistentDescriptor) argument
1561 return InitWithNativePath(aPersistentDescriptor);
H A DnsLocalFileWin.cpp2130 nsLocalFile::GetPersistentDescriptor(nsACString &aPersistentDescriptor) argument
2132 return GetNativePath(aPersistentDescriptor);
2136 nsLocalFile::SetPersistentDescriptor(const nsACString &aPersistentDescriptor) argument
2138 return InitWithNativePath(aPersistentDescriptor);
H A DnsLocalFileOSX.cpp1555 NS_IMETHODIMP nsLocalFile::GetPersistentDescriptor(nsACString& aPersistentDescriptor) argument
1574 aPersistentDescriptor = buf;
1580 NS_IMETHODIMP nsLocalFile::SetPersistentDescriptor(const nsACString& aPersistentDescriptor) argument
1582 if (aPersistentDescriptor.IsEmpty())
1588 char first = aPersistentDescriptor.First();
1590 return InitWithNativePath(aPersistentDescriptor);
1594 PRUint32 dataSize = aPersistentDescriptor.Length();
1595 char* decodedData = PL_Base64Decode(PromiseFlatCString(aPersistentDescriptor).get(), dataSize, nsnull);
H A DnsLocalFileMac.cpp2419 nsLocalFile::GetPersistentDescriptor(nsACString &aPersistentDescriptor) argument
2421 aPersistentDescriptor.Truncate();
2438 aPersistentDescriptor = buf;
2445 nsLocalFile::SetPersistentDescriptor(const nsACString &aPersistentDescriptor) argument
2447 if (aPersistentDescriptor.IsEmpty())
2452 PRUint32 dataSize = aPersistentDescriptor.Length();
2453 char* decodedData = PL_Base64Decode(PromiseFlatCString(aPersistentDescriptor).get(), dataSize, nsnull);
/vbox/src/libs/xpcom18a4/xpcom/components/
H A DnsComponentManager.cpp2673 const char *aPersistentDescriptor,
2680 aPersistentDescriptor,
2681 aPersistentDescriptor ?
2682 strlen(aPersistentDescriptor) : 0,
2670 RegisterComponent(const nsCID &aClass, const char *aClassName, const char *aContractID, const char *aPersistentDescriptor, PRBool aReplace, PRBool aPersist) argument

Completed in 85 milliseconds