Searched defs:dstName (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))
451 ConstStr255Param dstName,
473 passed as the dstName parameter, DirectoryCopy renames the
479 the dstName parameter can not be NULL.
487 dstName input: Destination directory name, or nil if
561 ConstStr255Param dstName,
610 if ( (dstDirID == fsRtParID) && (dstName == NULL) )
619 error = GetDirectoryID(dstVRefNum, dstDirID, dstName, &dstDirID, &isDirectory);
637 error = DetermineVRefNum(dstName, dstVRefNu
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 42 milliseconds