Searched refs:newDirID (Results 1 - 2 of 2) sorted by relevance
/vbox/src/libs/xpcom18a4/xpcom/io/ |
H A D | macDirectoryCopy.c | 294 long newDirID; local 318 theGlobals->error = DirCreate(theGlobals->destinationVRefNum, dstDirID, theGlobals->itemName, &newDirID); 326 CopyLevel(theGlobals->myCPB.dirInfo.ioDrDirID, newDirID, theGlobals); 332 (void) DTCopyComment(theGlobals->myCPB.dirInfo.ioVRefNum, currentSrcDirID, NULL, theGlobals->destinationVRefNum, newDirID, NULL); 334 /* Copy directory attributes (dates, etc.) to newDirID. */ 336 theGlobals->error = CopyFileMgrAttributes(theGlobals->myCPB.dirInfo.ioVRefNum, currentSrcDirID, NULL, theGlobals->destinationVRefNum, newDirID, NULL, true); 345 theGlobals->destinationVRefNum, newDirID, NULL);
|
H A D | nsLocalFileMac.cpp | 1307 long newDirID; local 1308 err = ::FSpDirCreate(&newSpec, smCurrentScript, &newDirID);
|
Completed in 97 milliseconds