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

/vbox/src/libs/xpcom18a4/xpcom/obsolete/
H A DnsSpecialSystemDirectory.cpp284 static void GetCurrentWorkingDirectory(nsFileSpec& aFileSpec) argument
287 aFileSpec = ".";
292 static void GetCurrentProcessDirectory(nsFileSpec& aFileSpec) argument
303 aFileSpec = buf;
314 aFileSpec = buffer;
347 aFileSpec = nsFileSpec(appFSSpec.vRefNum,
364 aFileSpec = moz5;
390 aFileSpec = moz5;
408 aFileSpec = buf;
418 aFileSpec
[all...]
H A DnsFileSpecImpl.cpp585 NS_IMETHODIMP nsFileSpecImpl::GetFileSpec(nsFileSpec *aFileSpec) argument
588 TEST_OUT_PTR(aFileSpec)
589 *aFileSpec = mFileSpec;
617 NS_IMETHODIMP nsFileSpecImpl::SetFromFileSpec(const nsFileSpec& aFileSpec) argument
620 mFileSpec = aFileSpec;
/vbox/src/libs/xpcom18a4/xpcom/obsolete/component/
H A DnsFileSpecImpl.cpp563 NS_IMETHODIMP nsFileSpecImpl::GetFileSpec(nsFileSpec *aFileSpec) argument
566 TEST_OUT_PTR(aFileSpec)
567 *aFileSpec = mFileSpec;
595 NS_IMETHODIMP nsFileSpecImpl::SetFromFileSpec(const nsFileSpec& aFileSpec) argument
598 mFileSpec = aFileSpec;
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsLocalFileOSX.cpp1719 /* void initWithFSSpec ([const] in FSSpecPtr aFileSpec); */
1720 NS_IMETHODIMP nsLocalFile::InitWithFSSpec(const FSSpec *aFileSpec) argument
1722 NS_ENSURE_ARG(aFileSpec);
1725 OSErr err = ::FSpMakeFSRef(aFileSpec, &fsRef);
1734 pBlock.dirInfo.ioVRefNum = aFileSpec->vRefNum;
1735 pBlock.dirInfo.ioDrDirID = aFileSpec->parID;
1742 parentDirSpec.vRefNum = aFileSpec->vRefNum;
1748 err = ::HFSNameGetUnicodeName(aFileSpec->name, kTextEncodingUnknown, &unicodeName);

Completed in 93 milliseconds