Searched defs:destParentRef (Results 1 - 1 of 1) sorted by relevance
/vbox/src/libs/xpcom18a4/xpcom/MoreFiles/ |
H A D | MoreFilesX.c | 1920 FSRef destParentRef; /* FSRef to parent directory of destination file */ local 1959 result = FSGetCatalogInfo(&destCurrentRef, kGetCatInformationMask, &destCatalogInfo, &destName, NULL, &destParentRef); 1972 result = GenerateUniqueHFSUniStr(&theSeed, &sourceParentRef, &destParentRef, &sourceUniqueName); 1975 result = GenerateUniqueHFSUniStr(&theSeed, &sourceParentRef, &destParentRef, &destUniqueName); 1993 result = FSMoveObject(&sourceCurrentRef, &destParentRef, newSourceRef); 2005 /* by destParentRef. The destination file is named destUniqueName and is in the */ 2061 if ( noErr == FSMoveObject(&destCurrentRef, &destParentRef, newDestRef) )
|
Completed in 158 milliseconds