Searched defs:fileList (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Main/src-server/
H A DVFSExplorerImpl.cpp295 std::list<VFSExplorer::Data::DirEntry> fileList; local
315 fileList.push_back(VFSExplorer::Data::DirEntry(name, i_RTToVFSFileType(entry.Info.Attr.fMode),
339 m->entryList.assign(fileList.begin(), fileList.end());
412 std::list<VFSExplorer::Data::DirEntry> fileList; local
433 fileList.push_back(VFSExplorer::Data::DirEntry(pBuckets->pszName, VFSFileType_Directory,
451 fileList.push_back(VFSExplorer::Data::DirEntry(pKeys->pszName, VFSFileType_File, pKeys->cbFile,
468 m->entryList.assign(fileList.begin(), fileList.end());
H A DApplianceImplExport.cpp2068 list<STRPAIR> fileList; local
2101 fileList.push_back(STRPAIR(strOvfFile, pStorage->strDigest));
2300 fileList.push_back(STRPAIR(strTargetFilePath, pStorage->strDigest));
2311 PRTMANIFESTTEST paManifestFiles = (PRTMANIFESTTEST)RTMemAlloc(sizeof(RTMANIFESTTEST) * fileList.size());
2314 for (it1 = fileList.begin();
2315 it1 != fileList.end();
2324 paManifestFiles, fileList.size());
2355 for (it1 = fileList.begin();
2356 it1 != fileList.end();
/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceToolBox.cpp830 RTLISTANCHOR fileList; local
831 RTListInit(&fileList);
875 rc = VBoxServiceToolboxPathBufAddPathEntry(&fileList, ValueUnion.psz);
889 if (RTListIsEmpty(&fileList))
895 rc = VBoxServiceToolboxPathBufAddPathEntry(&fileList, szDirCur);
913 RTListForEach(&fileList, pNodeIt, VBOXSERVICETOOLBOXPATHENTRY, Node)
954 VBoxServiceToolboxPathBufDestroy(&fileList);
1524 RTLISTANCHOR fileList; local
1525 RTListInit(&fileList);
1564 rc = VBoxServiceToolboxPathBufAddPathEntry(&fileList, ValueUnio
[all...]
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/src/
H A DxptiInterfaceInfoManager.cpp207 nsCOMPtr<nsISimpleEnumerator> fileList;
209 getter_AddRefs(fileList));
210 if(!fileList)
214 while(NS_SUCCEEDED(fileList->HasMoreElements(&more)) && more)
217 fileList->GetNext(getter_AddRefs(dir));
309 nsCOMPtr<nsISupportsArray> fileList = local
311 if(!fileList)
357 if(!fileList->InsertElementAt(file, count))
363 NS_ADDREF(*aFileList = fileList);
1871 nsCOMPtr<nsISupportsArray> fileList; local
[all...]
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsLocalFileOSX.cpp1636 StAEDesc aeDirDesc, listElem, myAddressDesc, fileList; local
1653 err = ::AECreateList(nil, 0, false, &fileList);
1658 err = ::AEPutPtr(&fileList, 0, typeFSS, &fsSpecToReveal, sizeof(FSSpec));
1660 err = ::AEPutParamDesc(&aeEvent, keyDirectObject, &fileList);
H A DnsLocalFileMac.cpp2640 StAEDesc aeDirDesc, listElem, myAddressDesc, fileList; local
2683 errorResult = AECreateList(nil, 0, false, &fileList);
2699 errorResult = AEPutDesc(&fileList, 0, &listElem);
2703 errorResult = AEPutParamDesc(&aeEvent, aeSelectionKeyword, &fileList);
2724 StAEDesc aeDirDesc, listElem, myAddressDesc, fileList; local
2755 errorResult = AECreateList(nil, 0, false, &fileList);
2758 errorResult = AEPutPtr(&fileList, 0, typeFSS, &specToReveal, sizeof(FSSpec));
2765 errorResult = AEPutParamDesc(&aeEvent, keyDirectObject, &fileList);
2768 errorResult = AEPutParamDesc(&aeEvent,keySelection, &fileList);
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Dresolver.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/org/ com/sun/org/apache/ ...
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...

Completed in 124 milliseconds