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

/vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/macplugin/
H A Dmac_xpt_linker.cpp255 short refNum = FSpOpenResFile(&aliasFile, fsRdWrPerm); local
256 if (refNum != -1) {
257 UseResFile(refNum);
260 UpdateResFile(refNum);
261 CloseResFile(refNum);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/mac/
H A Dmacdll.c251 short refNum; local
261 refNum = FSpOpenResFile(inSpec, fsRdPerm);
262 require(-1 != refNum, Exit);
290 CloseResFile(refNum);
H A Dmacio.c237 PRInt32 refNum = fd->secret->md.osfd; local
246 if (refNum >= 0 && refNum < 3)
248 switch (refNum)
280 pbAsync.pb.ioParam.ioRefNum = refNum;
293 me->io_fd = refNum;
354 PRInt32 refNum = fd->secret->md.osfd; local
359 if (refNum >= 0 && refNum < 3)
361 PR_ASSERT(FALSE); /* writing to these is hazardous to a Mac's health (refNum
468 PRInt32 refNum = fd->secret->md.osfd; local
516 PRInt32 refNum = fd->secret->md.osfd; local
1088 short refNum = 0; local
1597 short refNum = 0; local
[all...]
/vbox/src/libs/xpcom18a4/xpcom/obsolete/
H A DnsFileSpecMac.cpp99 short refNum, // Parent directory/volume
422 short refNum, // Parent directory/volume
432 hpb.ioVRefNum = refNum;
997 short refNum; local
1005 if (::FSpOpenDF(&mSpec, fsWrPerm, &refNum) != noErr)
1008 err = ::SetEOF(refNum, aNewLength);
1012 (void)::FSClose(refNum);
421 CreateFolderInFolder( short refNum, long dirID, ConstStr255Param folderName, short& outRefNum, long& outDirID) argument
/vbox/src/libs/xpcom18a4/xpcom/MoreFiles/
H A DMoreFilesX.c244 /* get the volume refNum from the FSRef */
248 /* return volume refNum from catalogInfo */
1900 /* get all settable info except for mod dates, plus the volume refNum and parent directory ID */
2113 SInt16 refNum,
2120 pb.ioParam.ioRefNum = refNum;
2140 SInt16 refNum,
2147 pb.ioParam.ioRefNum = refNum;
2678 short refNum,
2681 return ( FSGetForkCBInfo(refNum, 0, NULL, NULL, NULL, ref, NULL) );
2112 MFX_FSLockRange( SInt16 refNum, SInt32 rangeLength, SInt32 rangeStart) argument
2139 MFX_FSUnlockRange( SInt16 refNum, SInt32 rangeLength, SInt32 rangeStart) argument
2677 FileRefNumGetFSRef( short refNum, FSRef *ref) argument
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsLocalFileMac.cpp1947 short refNum; local
1954 if (::FSpOpenDF(&mTargetSpec, fsWrPerm, &refNum) != noErr)
1957 err = ::SetEOF(refNum, aNewLength);
1961 (void)::FSClose(refNum);

Completed in 357 milliseconds