Searched refs:fileCount (Results 1 - 4 of 4) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/macplugin/
H A Dmac_xpt_linker.cpp226 long fileCount = 0; local
227 CWResult err = CWGetProjectFileCount(context, &fileCount);
228 if (err != cwNoErr || fileCount == 0)
239 for (long index = 0; (err == cwNoErr) && (index < fileCount); index++) {
282 long fileCount = 0; local
283 CWResult err = CWGetProjectFileCount(context, &fileCount);
284 if (err != cwNoErr || fileCount == 0)
289 char** argv = new char*[2 + fileCount + 1];
307 for (long index = 0; (err == cwNoErr) && (index < fileCount); index++) {
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/src/
H A DxptiManifest.cpp391 int fileCount = 0; local
510 if(!ReadSectionHeader(reader, g_TOKEN_Files, 1, &fileCount))
516 if(!aWorkingSet->NewFileArray(fileCount))
521 for(i = 0; i < fileCount; ++i)
631 if(fileIndex < 0 || fileIndex >= fileCount)
H A DxptiInterfaceInfoManager.cpp1672 PRUint32 fileCount = mWorkingSet.GetFileCount();
1673 for(i = 0; i < fileCount; ++i)
/vbox/include/iprt/formats/
H A Dhfs.h596 uint32_t fileCount; member in struct:HFSPlusVolumeHeader

Completed in 56 milliseconds