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

/vbox/src/libs/xpcom18a4/xpcom/io/
H A DmacDirectoryCopy.c56 #define CallCopyErrProc(userRoutine, error, failedOperation, srcVRefNum, srcDirID, srcName, dstVRefNum, dstDirID, dstName) \
57 (*(userRoutine))((error), (failedOperation), (srcVRefNum), (srcDirID), (srcName), (dstVRefNum), (dstDirID), (dstName))
155 static OSErr PreflightDirectoryCopySpace(short srcVRefNum,
244 static OSErr PreflightDirectoryCopySpace(short srcVRefNum, argument
271 theGlobals.myCPB.dirInfo.ioVRefNum = srcVRefNum;
446 pascal OSErr FilteredDirectoryCopy(short srcVRefNum,
481 srcVRefNum input: Source volume specification.
556 pascal OSErr FilteredDirectoryCopy(short srcVRefNum, argument
596 error = GetDirectoryID(srcVRefNum, srcDirID, srcName, &srcDirID, &isDirectory);
632 error = DetermineVRefNum(srcName, srcVRefNum,
[all...]

Completed in 113 milliseconds