Searched refs:newDirID (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/morefile/
H A DDirectoryCopy.c264 long newDirID; local
288 theGlobals->error = DirCreate(theGlobals->destinationVRefNum, dstDirID, theGlobals->itemName, &newDirID);
296 CopyLevel(theGlobals->myCPB.dirInfo.ioDrDirID, newDirID, theGlobals);
302 (void) DTCopyComment(theGlobals->myCPB.dirInfo.ioVRefNum, currentSrcDirID, NULL, theGlobals->destinationVRefNum, newDirID, NULL);
304 /* Copy directory attributes (dates, etc.) to newDirID. */
306 theGlobals->error = CopyFileMgrAttributes(theGlobals->myCPB.dirInfo.ioVRefNum, currentSrcDirID, NULL, theGlobals->destinationVRefNum, newDirID, NULL, true);
315 theGlobals->destinationVRefNum, newDirID, NULL);
H A DMoreFilesExtras.h994 long newDirID,
1001 volume specified by newVRefNum and the directory specified by newDirID.
1010 error = SetDefault(newVRefNum, newDirID, &oldVRefNum, &oldDirID);
1031 newDirID input: Directory ID of the new default directory.
1067 error = SetDefault(newVRefNum, newDirID, &oldVRefNum, &oldDirID);
H A DMoreFilesExtras.c1389 long newDirID,
1400 error = HSetVol(NULL, newVRefNum, newDirID);
1388 SetDefault(short newVRefNum, long newDirID, short *oldVRefNum, long *oldDirID) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/morefile/
H A DDirectoryCopy.c264 long newDirID; local
288 theGlobals->error = DirCreate(theGlobals->destinationVRefNum, dstDirID, theGlobals->itemName, &newDirID);
296 CopyLevel(theGlobals->myCPB.dirInfo.ioDrDirID, newDirID, theGlobals);
302 (void) DTCopyComment(theGlobals->myCPB.dirInfo.ioVRefNum, currentSrcDirID, NULL, theGlobals->destinationVRefNum, newDirID, NULL);
304 /* Copy directory attributes (dates, etc.) to newDirID. */
306 theGlobals->error = CopyFileMgrAttributes(theGlobals->myCPB.dirInfo.ioVRefNum, currentSrcDirID, NULL, theGlobals->destinationVRefNum, newDirID, NULL, true);
315 theGlobals->destinationVRefNum, newDirID, NULL);
H A DMoreFilesExtras.h994 long newDirID,
1001 volume specified by newVRefNum and the directory specified by newDirID.
1010 error = SetDefault(newVRefNum, newDirID, &oldVRefNum, &oldDirID);
1031 newDirID input: Directory ID of the new default directory.
1067 error = SetDefault(newVRefNum, newDirID, &oldVRefNum, &oldDirID);
H A DMoreFilesExtras.c1389 long newDirID,
1400 error = HSetVol(NULL, newVRefNum, newDirID);
1388 SetDefault(short newVRefNum, long newDirID, short *oldVRefNum, long *oldDirID) argument

Completed in 87 milliseconds