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

/vbox/src/VBox/Main/src-server/
H A DSystemPropertiesImpl.cpp1093 MediumFormat::StrArray aFileList = (*it)->i_getFileExtensions(); local
1094 for (MediumFormat::StrArray::const_iterator it1 = aFileList.begin();
1095 it1 != aFileList.end();
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/src/
H A DxptiInterfaceInfoManager.cpp303 nsISupportsArray** aFileList)
305 NS_ASSERTION(aFileList, "loser!");
363 NS_ADDREF(*aFileList = fileList);
722 nsISupportsArray* aFileList,
726 // aWorkingSet (but only those that are in aFileList) in the order in
728 // files in aFileList which are not in aWorkingSet-> These additional
731 // To do this we will do a fancy sort on a copy of aFileList.
737 NS_ASSERTION(aFileList, "loser!");
741 if(NS_FAILED(aFileList->Count(&countOfFilesInFileList)) ||
756 aFileList
302 BuildFileList(nsISupportsArray* aSearchPath, nsISupportsArray** aFileList) argument
721 BuildOrderedFileArray(nsISupportsArray* aSearchPath, nsISupportsArray* aFileList, xptiWorkingSet* aWorkingSet) argument
773 DetermineAutoRegStrategy(nsISupportsArray* aSearchPath, nsISupportsArray* aFileList, xptiWorkingSet* aWorkingSet) argument
892 AddOnlyNewFilesFromFileList(nsISupportsArray* aSearchPath, nsISupportsArray* aFileList, xptiWorkingSet* aWorkingSet) argument
1031 DoFullValidationMergeFromFileList(nsISupportsArray* aSearchPath, nsISupportsArray* aFileList, xptiWorkingSet* aWorkingSet) argument
1553 DEBUG_DumpFileList(nsISupportsArray* aFileList) argument
[all...]

Completed in 50 milliseconds