Searched defs:dstDirID (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))
162 long dstDirID,
290 long dstDirID,
318 theGlobals->error = DirCreate(theGlobals->destinationVRefNum, dstDirID, theGlobals->itemName, &newDirID);
362 theGlobals->destinationVRefNum, dstDirID, theGlobals->itemName);
386 dstDirID,
400 theGlobals->destinationVRefNum, dstDirID, NULL);
450 long dstDirID,
472 (fsRtParID) is passed as the dstDirID paramete
289 CopyLevel(long sourceDirID, long dstDirID, EnumerateGlobals *theGlobals) argument
556 FilteredDirectoryCopy(short srcVRefNum, long srcDirID, ConstStr255Param srcName, short dstVRefNum, long dstDirID, ConstStr255Param dstName, void *copyBufferPtr, long copyBufferSize, Boolean preflight, CopyErrProcPtr copyErrHandler, CopyFilterProcPtr copyFilterProc, ConstStr255Param newName) argument
[all...]

Completed in 102 milliseconds